Package com.metsci.glimpse.core.axis.painter.label
Helper classes used by axis painters to arrange tick marks and
format tick and axis labels.
-
Interface Summary Interface Description AxisLabelHandler Responsible for positioning axis tick marks and their associated labels.AxisUnitConverter All linked AxisHandlers must use common units for linking to work correctly. -
Class Summary Class Description AxisUnitConverters EmptyLabelHandler FixedAxisLabelHandler Draws pre-defined labels at pre-defined locations.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.GridAxisLabelHandler The default AxisLabelHandler implementation.GridAxisLabelHandlerSimpleUnits Works identically toGridAxisLabelHandler
, but does not attempt to use "milli" or "kilo" prefixes in axis labels.HdrAxisLabelHandler High dynamic range axis label handler.LatLonAxisLabelHandler Interprets axis values as latitude or longitude values under aGeoProjection
.SimpleAxisLabelHandler An AxisLabelHandler which displays axis value "as-is" without attempting to truncate very large values by displaying as powers of 1000.WrappedLabelHandler