Uses of Package
cz.cuni.jagrlib.piece

Packages that use cz.cuni.jagrlib.piece
cz.cuni.jagrlib.iface Various interfaces for connecting of JaGrLib modules. 
cz.cuni.jagrlib.obscure JaGrLib modules and other classes w/o public source code. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
 

Classes in cz.cuni.jagrlib.piece used by cz.cuni.jagrlib.iface
StaticCSGScene
          CSG representation of 3D scenes for Ray-tracing rendering methods.
 

Classes in cz.cuni.jagrlib.piece used by cz.cuni.jagrlib.obscure
JitteringSynthesizer
          Jittering image synthesizer with progressive rendering.
 

Classes in cz.cuni.jagrlib.piece used by cz.cuni.jagrlib.piece
ArithmeticCodec.OpenState
          Codec state: closed/input/output.
ClusterDotDither.DotType
          Implemented internal dot shapes.
CornellBox.Interior
          Supported interiors.
Deformations.DeformationType
          Implemented deformation types.
EffectBlur.BlurType
          Implemented blur types.
FaceRenderFlat.EdgeComparator
          Edge comparator for actual edge list: [ x ].
FaceRenderFlat.PolyEdge
          Polygon edge.
FractalCompressionQtree.ImageBlock
          Decoded image block, acts as Q-tree node as well.
FunctionSamples.FunctionType
          Implemented function types.
HDRImage
          HDR raster image stored in memory.
HuffmanCodec.HuffNode
          Node of the Huffman tree.
HuffmanCodec.HuffTree
          Huffman tree (used as EntropyCodec-context).
ImageCompare.FilterPrecinct
          Implemented filter precincts.
ImageCompare.MetricType
          Implemented metric types.
ImageCrop.ResamplingType
          Resampling types.
ImagePredictor.PredictorType
          Implemented predictors.
ImageTransition.Direction
          Eight main directions for ramps, ..
ImageTransition.FieldType
          Image field function: R2 -> <0,1> mapping.
ImageTransition.TransitionType
          Time transition type.
IntervalArray.CFTree
          Cummulative frequency interval tree.
JavaText
          Text drawing using Graphics implementation.
LZWCodec.InsertResult
           
LZWCodec.LZWTrie
          Dictionary implemented by trie-like structure (represented by binary tree - first son is son, second one is brother) each entry holds only one character.
MonteCarloFF.Sampling
          Supported sampling methods.
OBJFileFormat.Vertex
          Vertex triple [ coords, texture, normal ].
OrderSFC.OrderType
          Implemented order types.
OrderSFC.QItem
          FIFO item (holding coordinates of one sample.).
PolygonScanline.EdgeComparator
          Edge comparator for actual edge list: [ x ].
PolygonScanline.PolyEdge
          Polygon edge.
Radiosity.Colors
          Supported color modes.
RayCasting
          Ray casting of CSG scenes.
RenderDepthBuffer.EdgeComparator
          Edge comparator for actual edge list: [ x ].
RenderDepthBuffer.HLineRenderer
          Abstract H-line renderer.
RenderDepthBuffer.PolyEdge
          Polygon edge.
SimpleNoise.NoiseType
          Implemented noise types.
SLERelaxation.Methods
          Supported methods.
SolidColorPen
          Solid-color pen.
StaticCSGScene
          CSG representation of 3D scenes for Ray-tracing rendering methods.
TestImageFunctions.FunctionType
          Implemented function types.
TextureFunctions.TextureType
          Implemented texture types.
VEFDS.Attribute
          Internal attribute representation.
VEFDS.AttrKey
          Attribute key - [ entity, context, ident ] compound.
VEFDS.MapAttr
          Support class - attribute map.
XTransitionList
          Bit-mask represented by "X-transition list" data structure.
ZLIBCodec.InStream
          InputStream proxy (for InflaterInputStream).
ZLIBCodec.OutStream
          OutputStream proxy (for DeflaterOutputStream).
 

Classes in cz.cuni.jagrlib.piece used by cz.cuni.jagrlib.testing
AlphaMatrix
          Alpha-mask represented by simple rectangular matrix.
HDRImage
          HDR raster image stored in memory.
JavaText
          Text drawing using Graphics implementation.
LineAntialias
          Antialiased line with arbitrary width and floating-point coordinates.
SolidColorBrush
          Solid-color brush.