Uses of Interface
com.metsci.glimpse.axis.painter.label.AxisLabelHandler

Packages that use AxisLabelHandler
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). 
 

Uses of AxisLabelHandler in com.metsci.glimpse.axis.painter
 

Methods in com.metsci.glimpse.axis.painter that return AxisLabelHandler
 AxisLabelHandler NumericAxisPainter.getTickCalculator()
           
 

Constructors in com.metsci.glimpse.axis.painter with parameters of type AxisLabelHandler
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)
           
 

Uses of AxisLabelHandler in com.metsci.glimpse.axis.painter.label
 

Classes in com.metsci.glimpse.axis.painter.label that implement AxisLabelHandler
 class EmptyLabelHandler
           
 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.
 

Uses of AxisLabelHandler in com.metsci.glimpse.axis.tagged.painter
 

Constructors in com.metsci.glimpse.axis.tagged.painter with parameters of type AxisLabelHandler
TaggedColorXAxisPainter(AxisLabelHandler ticks)
           
TaggedColorYAxisPainter(AxisLabelHandler ticks)
           
TaggedNumericXAxisPainter(AxisLabelHandler ticks)
           
TaggedNumericYAxisPainter(AxisLabelHandler ticks)
           
TaggedPartialColorXAxisPainter(AxisLabelHandler ticks)
           
TaggedPartialColorYAxisPainter(AxisLabelHandler ticks)
           
 

Uses of AxisLabelHandler in com.metsci.glimpse.painter.decoration
 

Methods in com.metsci.glimpse.painter.decoration with parameters of type AxisLabelHandler
 GridPainter GridPainter.setTickHandlerX(AxisLabelHandler ticksX)
           
 GridPainter GridPainter.setTickHandlerY(AxisLabelHandler ticksY)
           
 

Constructors in com.metsci.glimpse.painter.decoration with parameters of type AxisLabelHandler
GridPainter(AxisLabelHandler ticksX, AxisLabelHandler ticksY)
           
MapBorderPainter(AxisLabelHandler ticksX, AxisLabelHandler ticksY)
           
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.