See: Description
Class | Description |
---|---|
ColorAxisPlot2D |
A
SimplePlot2D with a right-side axis with a color scale in addition to
x and y axes and a central plotting area. |
MapPlot2D |
A geographic plotting area.
|
MultiAxisPlot2D |
A flexible plotting area with the ability to create an arbitrary number of additional
axes above, below, left, or right of the main central plotting area.
|
Plot2D |
A simple, blank plotting area which divides itself into five regions:
|
SimplePlot2D |
Identical in structure to
Plot2D , but also provides
a pre-selected set of common plot elements including:
a solid color background to the plot
a simple line border around the plotting area
vertical and horizontal grid lines which match the axis tick marks
a crosshair which follows the mouse position
|
TaggedColorAxisPlot2D |
The user of a plot class usually simply has to add custom data painters to the plot's central
data plotting area (usually simply by calling addPainter( GlimpsePainter )
.
Copyright © 2013 Metron, Inc.. All rights reserved.