See: Description
Interface | Description |
---|---|
GlimpsePainter |
GlimpsePainter is the base class for all Glimpse OpenGL drawing code.
|
GlimpsePainterCallback |
Class | Description |
---|---|
GlimpseDataPainter1D | |
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 |
Copyright © 2013 Metron, Inc.. All rights reserved.