Package com.metsci.glimpse.painter.base

The GlimpsePainter interface as well as abstract implementations which make it simpler to write common types of GlimpsePainters.

See:
          Description

Interface Summary
GlimpsePainter GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
GlimpsePainterCallback  
 

Class Summary
GlimpseDataPainter2D Takes care of most of the common setup steps that GlimpsePainters must perform.
GlimpsePainter1D A GlimpsePainter for drawing on GlimpseAxisLayout1D layouts which automatically acquires the appropriate Axis1D from the GlimpseAxisLayout1D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainter2D A GlimpsePainter for drawing on GlimpseAxisLayout2D layouts which automatically acquires the appropriate Axis2D from the GlimpseAxisLayout2D based on the GlimpseContext provided in the paintTo() method.
GlimpsePainterImpl  
 

Package com.metsci.glimpse.painter.base Description

The GlimpsePainter interface as well as abstract implementations which make it simpler to write common types of GlimpsePainters.



Copyright © 2012 Metron, Inc.. All Rights Reserved.