Uses of Package
cz.cuni.jagrlib

Packages that use cz.cuni.jagrlib
cz.cuni.jagrlib Core JaGrLib package. 
cz.cuni.jagrlib.eval Classes for automatic exercise evaluation. 
cz.cuni.jagrlib.gui GUI classes for the JaGrLib project. 
cz.cuni.jagrlib.iface Various interfaces for connecting of JaGrLib modules. 
cz.cuni.jagrlib.piece Public modules (building blocks of JaGrLib compositions). 
cz.cuni.jagrlib.reg GUI classes for the JaGrLib project. 
cz.cuni.jagrlib.testing Temporary JaGrLib modules. 
cz.cuni.jagrlib.worker JaGrLib worker modules - descendants of Worker. 
 

Classes in cz.cuni.jagrlib used by cz.cuni.jagrlib
BadInterfaceException
          Attempt to connect two incompatible Plugs.
BitMaskEnumerator
          Abstract BitMask-enumerator.
BitMaskEnumerator.HLine
          Return type for BitMaskEnumerator H-line.
BitMaskEnumerator.Pixel
          Return type for BitMaskEnumerator pixel.
Breakable
          Interface for breakable modules.
Complex
          Complex number represented as [double,double] tuple.
CSGCommonNode
          Common code for CSG nodes.
CSGNode.Child
           
DefaultBrepIterator
          Default implementation of BrepIterator interface.
DefaultFileFormat
          File format default implementation.
DefaultGraphicsViewer.HudPrimitive
          Protocol for HUD drawable primitives.
DefaultProperty
          Default implementation of Property interface.
DefaultSceneNode
          Default implementation of scene node.
HashFunction
          General purpose hash function algorithms library.
HashFunction.HashType
          Implemented hash-functions.
Channel
          Channel connects two or more Pieces - the left Piece(s) can call the given interface of the right Piece(s) and vice versa.
IntersectionAttributes
          Object can compute intersection-attributes.
IntMap
          This object maps integer keys to Object values.
IntMap.CommonIterator
          Common iterator ancestor.
IntTuple
          [ int, T ] tuple for IntMap iteration.
LRUCache.LRUItem
           
MicroFacet
          Micro-facet = microscopic piece of solid surface.
Piece
          Basic piece for buildnig computer graphics algorithms (compositions).
Plug
          Plug is virtual one-sided (local) interface between Piece's inside and its outside - it defines possibility of (and conditions for) connecting Channels to the Piece object.
Rank
          Data structure for Rank-operations (min, median, max, ..).
RankType
          Type of Rank-operation (for Rank classes).
SceneNode
          Abstract node of (hierarchical) 3D scene representation.
Semaphore
          General semaphore for inter-thread synchronization.
Template
          Template for Piece class - abstract specimen for data-flow node.
TrMatrix
          2D and 3D transformation matrix - uses homogenous coordinates.
VCommand.ArcTo
          Draw a circular arc (counterclockwise) and connects it to the current point.
VCommand.MoveTo
          Moves current point to the given coordinate.
VectorCommand
          Abstract VectorGraphics command - represents one atomic command which is consumed by vector graphics interpreters.
WindowShape
          Window shapes for window-based image filters.
 

Classes in cz.cuni.jagrlib used by cz.cuni.jagrlib.eval
RandomJames
          Random number generator by F.
 

Classes in cz.cuni.jagrlib used by cz.cuni.jagrlib.gui
Breakable
          Interface for breakable modules.
 

Classes in cz.cuni.jagrlib used by cz.cuni.jagrlib.iface
BitMaskEnumerator
          Abstract BitMask-enumerator.
Breakable
          Interface for breakable modules.
IntersectionAttributes
          Object can compute intersection-attributes.
MicroFacet
          Micro-facet = microscopic piece of solid surface.
SceneNode
          Abstract node of (hierarchical) 3D scene representation.
Semaphore
          General semaphore for inter-thread synchronization.
TrMatrix
          2D and 3D transformation matrix - uses homogenous coordinates.
VectorCommand
          Abstract VectorGraphics command - represents one atomic command which is consumed by vector graphics interpreters.
 

Classes in cz.cuni.jagrlib used by cz.cuni.jagrlib.piece
BitMaskEnumerator
          Abstract BitMask-enumerator.
BitMaskEnumerator.HLine
          Return type for BitMaskEnumerator H-line.
BitMaskEnumerator.Pixel
          Return type for BitMaskEnumerator pixel.
Breakable
          Interface for breakable modules.
DefaultBlockQuantizer
          Default implementation of BlockQuantizer interface.
DefaultBrepFileFormat
          File format default implementation for Brep-based 3D scene data.
DefaultBrepIterator
          Default implementation of BrepIterator interface.
DefaultBrepIteratorArr
          Default implementation of BrepIterator interface - using precomputed array.
DefaultBrepIteratorOrd
          Default implementation of BrepIterator interface - using simple ordinal value.
DefaultDiscreteTransform
          Default implementation of DiscreteTransform interface. 2D transforms are based on 1D ones (separable extension).
DefaultFileFormat
          File format default implementation.
DefaultFunctionR2ToR2
          Default implementation of FunctionR2ToR2 interface.
DefaultGraphicsViewer
          Default implementation of GraphicsViewer.
DefaultImageFunction
          Default implementation of ImageFunction.
DefaultImageSynthesizer
          Default implementation of ImageSynthesizer interface.
DefaultInputListener
          Default listener for input events.
DefaultIntFunction
          Default implementation of IntFunction interface.
DefaultLightSource
          Default implementation of LightSource interface.
DefaultProperty
          Default implementation of Property interface.
DefaultRasterFileFormat
          File format default implementation for raster image data.
DefaultRasterGraphics
          Default implementation of RasterGraphics interface.
DefaultRealFunction
          Default implementation of RealFunction interface.
DefaultRender3D
          Default implementation of Render3D.
DefaultSolid
          Default implementation of Solid.
HashFunction
          General purpose hash function algorithms library.
IntersectionAttributes
          Object can compute intersection-attributes.
IntMap
          This object maps integer keys to Object values.
LRUCache
          LRU-caching integer map.
MicroFacet
          Micro-facet = microscopic piece of solid surface.
Piece
          Basic piece for buildnig computer graphics algorithms (compositions).
RandomJames
          Random number generator by F.
Rank
          Data structure for Rank-operations (min, median, max, ..).
RankType
          Type of Rank-operation (for Rank classes).
SceneNode
          Abstract node of (hierarchical) 3D scene representation.
Semaphore
          General semaphore for inter-thread synchronization.
Template
          Template for Piece class - abstract specimen for data-flow node.
TrMatrix
          2D and 3D transformation matrix - uses homogenous coordinates.
WindowShape
          Window shapes for window-based image filters.
 

Classes in cz.cuni.jagrlib used by cz.cuni.jagrlib.reg
Piece
          Basic piece for buildnig computer graphics algorithms (compositions).
Template
          Template for Piece class - abstract specimen for data-flow node.
 

Classes in cz.cuni.jagrlib used by cz.cuni.jagrlib.testing
Breakable
          Interface for breakable modules.
DefaultBrepIterator
          Default implementation of BrepIterator interface.
DefaultFileFormat
          File format default implementation.
DefaultFunctionR2ToR2
          Default implementation of FunctionR2ToR2 interface.
DefaultGeometrySearch
          Default implementation of GeometrySearch interface.
DefaultImageFunction
          Default implementation of ImageFunction.
DefaultImageSynthesizer
          Default implementation of ImageSynthesizer interface.
DefaultInputListener
          Default listener for input events.
DefaultLightSource
          Default implementation of LightSource interface.
DefaultProperty
          Default implementation of Property interface.
DefaultRasterFileFormat
          File format default implementation for raster image data.
DefaultRender3D
          Default implementation of Render3D.
DefaultSolid
          Default implementation of Solid.
IntersectionAttributes
          Object can compute intersection-attributes.
MicroFacet
          Micro-facet = microscopic piece of solid surface.
Piece
          Basic piece for buildnig computer graphics algorithms (compositions).
RandomJames
          Random number generator by F.
Template
          Template for Piece class - abstract specimen for data-flow node.
TrMatrix
          2D and 3D transformation matrix - uses homogenous coordinates.
 

Classes in cz.cuni.jagrlib used by cz.cuni.jagrlib.worker
Breakable
          Interface for breakable modules.
DefaultInputListener
          Default listener for input events.
DefaultProperty
          Default implementation of Property interface.
Piece
          Basic piece for buildnig computer graphics algorithms (compositions).
ProgressCounter
          Object able to process progress messages and compute a little more complex results.
RedrawTimer
          Timer object capable of periodic redrawing the attached GraphicsViewer window.
Semaphore
          General semaphore for inter-thread synchronization.
Template
          Template for Piece class - abstract specimen for data-flow node.