|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
StackedPlot2D.PlotInfo |
Class Summary | |
---|---|
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: a central plotting area a title area above the plot a labeled horizontal x axis below the plot a labeled vertical y axis to the left of the plot a labeled vertical z axis to the right of the plot Any of the areas above may be shown or hidden (the z axis area is commonly hidden). |
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
|
StackedPlot2D | A plot which allows multiple plots or GlimpseLayout areas to be easily arranged in a vertical or horizontal stack. |
StackedPlot2D.PlotInfoImpl |
Enum Summary | |
---|---|
StackedPlot2D.Orientation |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks. Most plots take care of creating axes and attaching listeners as well.
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 )
.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |