Package | Description |
---|---|
com.metsci.glimpse.axis.painter.label |
Helper classes used by axis painters to arrange tick marks and
format tick and axis labels.
|
com.metsci.glimpse.plot |
Prefabricated arrangements of GlimpseLayouts and GlimpsePainters
with convenience methods for performing common data visualization tasks.
|
Modifier and Type | Class and Description |
---|---|
class |
GridAxisExponentLabelHandler
Displays the order or magnitude of each axis tick in-line as part
of the tick label instead of once as part of the axis label.
|
class |
GridAxisLabelHandlerSimpleUnits
Works identically to
GridAxisLabelHandler , but does not attempt to use "milli" or
"kilo" prefixes in axis labels. |
class |
LatLonAxisLabelHandler
Interprets axis values as latitude or longitude values under a
GeoProjection . |
Modifier and Type | Method and Description |
---|---|
GridAxisLabelHandler |
Plot2D.getLabelHandlerX() |
GridAxisLabelHandler |
Plot2D.getLabelHandlerY() |
GridAxisLabelHandler |
Plot2D.getLabelHandlerZ() |
GridAxisLabelHandler |
MultiAxisPlot2D.AxisInfo.getTickHandler() |
Constructor and Description |
---|
MultiAxisPlot2D.AxisInfo(String id,
com.metsci.glimpse.plot.MultiAxisPlot2D.AxisOrientation orient,
Axis1D axis,
AxisMouseListener mouseListener,
GridAxisLabelHandler tickHandler,
NumericAxisPainter painter,
GlimpseLayout layout,
int order,
int size) |
Copyright © 2013 Metron, Inc.. All rights reserved.