Package | Description |
---|---|
com.metsci.glimpse.axis.painter |
Painters which display the state of an axis with tick marks, labels,
color scales, and other decorations.
|
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.axis.tagged.painter |
Axis painters specific to tagged axes.
|
com.metsci.glimpse.painter.decoration |
Painters which draw decorative elements of plots (usually unrelated to the data).
|
Modifier and Type | Method and Description |
---|---|
AxisLabelHandler |
NumericXYAxisPainter.getLabelHandlerX() |
AxisLabelHandler |
NumericXYAxisPainter.getLabelHandlerY() |
AxisLabelHandler |
NumericAxisPainter.getTickCalculator() |
Modifier and Type | Method and Description |
---|---|
void |
NumericXYAxisPainter.setLabelHandlerX(AxisLabelHandler ticksX) |
void |
NumericXYAxisPainter.setLabelHandlerY(AxisLabelHandler ticksY) |
void |
NumericAxisPainter.setTickCalculator(AxisLabelHandler ticks) |
Constructor and Description |
---|
ColorRightYAxisPainter(AxisLabelHandler ticks) |
ColorXAxisPainter(AxisLabelHandler ticks) |
ColorYAxisPainter(AxisLabelHandler ticks) |
NumericAxisPainter(AxisLabelHandler ticks) |
NumericRightYAxisPainter(AxisLabelHandler ticks) |
NumericRotatedRightYAxisPainter(AxisLabelHandler ticks) |
NumericRotatedYAxisPainter(AxisLabelHandler ticks) |
NumericTopXAxisPainter(AxisLabelHandler tick) |
NumericXAxisPainter(AxisLabelHandler ticks) |
NumericXYAxisPainter(AxisLabelHandler ticksX,
AxisLabelHandler ticksY) |
NumericYAxisPainter(AxisLabelHandler ticks) |
Modifier and Type | Class and Description |
---|---|
class |
EmptyLabelHandler |
class |
FixedAxisLabelHandler
Draws pre-defined labels at pre-defined locations.
|
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 |
GridAxisLabelHandler
The default AxisLabelHandler implementation.
|
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 . |
class |
TimeAxisLabelHandler |
Constructor and Description |
---|
TaggedColorXAxisPainter(AxisLabelHandler ticks) |
TaggedColorYAxisPainter(AxisLabelHandler ticks) |
TaggedNumericXAxisPainter(AxisLabelHandler ticks) |
TaggedNumericYAxisPainter(AxisLabelHandler ticks) |
TaggedPartialColorXAxisPainter(AxisLabelHandler ticks) |
TaggedPartialColorYAxisPainter(AxisLabelHandler ticks) |
Modifier and Type | Method and Description |
---|---|
GridPainter |
GridPainter.setTickHandlerX(AxisLabelHandler ticksX) |
GridPainter |
GridPainter.setTickHandlerY(AxisLabelHandler ticksY) |
Constructor and Description |
---|
GridPainter(AxisLabelHandler ticksX,
AxisLabelHandler ticksY) |
MapBorderPainter(AxisLabelHandler ticksX,
AxisLabelHandler ticksY) |
Copyright © 2013 Metron, Inc.. All rights reserved.