Uses of Interface
cz.cuni.jagrlib.iface.GraphicsViewer

Packages that use GraphicsViewer
cz.cuni.jagrlib Core JaGrLib package. 
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.testing Temporary JaGrLib modules. 
cz.cuni.jagrlib.worker JaGrLib worker modules - descendants of Worker. 
 

Uses of GraphicsViewer in cz.cuni.jagrlib
 

Classes in cz.cuni.jagrlib that implement GraphicsViewer
 class DefaultGraphicsViewer
          Default implementation of GraphicsViewer.
 

Fields in cz.cuni.jagrlib declared as GraphicsViewer
protected  GraphicsViewer RedrawTimer.preview
          Preview window or null if timer is not active.
 

Methods in cz.cuni.jagrlib with parameters of type GraphicsViewer
 void RedrawTimer.startTimer(GraphicsViewer preview, long period)
          Start redraw timer.
 

Uses of GraphicsViewer in cz.cuni.jagrlib.iface
 

Constructors in cz.cuni.jagrlib.iface with parameters of type GraphicsViewer
GraphicsViewer.PreviewThread(GraphicsViewer preview)
          Initializing constructor - sets minimum thread priority as default.
 

Uses of GraphicsViewer in cz.cuni.jagrlib.piece
 

Classes in cz.cuni.jagrlib.piece that implement GraphicsViewer
 class AWTWindow
          Window able to display general AWT graphics.
 class GLWindow
          Window able to display GL graphics.
 class RasterImagePreview
          Raster image preview window.
 

Fields in cz.cuni.jagrlib.piece declared as GraphicsViewer
protected  GraphicsViewer MouseFrame.gw
          Accelerator - viewer window reference.
 

Uses of GraphicsViewer in cz.cuni.jagrlib.testing
 

Fields in cz.cuni.jagrlib.testing declared as GraphicsViewer
protected  GraphicsViewer TriMeshEditor.iPreview
          Preview window for input image.
protected  GraphicsViewer TriMeshEditor.oPreview
          Preview window for output image.
protected  GraphicsViewer WarpingSpecimen.preview
          Preview window.
 

Uses of GraphicsViewer in cz.cuni.jagrlib.worker
 

Fields in cz.cuni.jagrlib.worker declared as GraphicsViewer
protected  GraphicsViewer GlobalIlluminationWorker.preview
          Preview window.
protected  GraphicsViewer AntCityWorker.window
          Accelerator reference to the viewer window.
protected  GraphicsViewer GLWorker.window
          Accelerator reference to the viewer window.