Uses of Class
com.metsci.glimpse.axis.painter.label.GridAxisLabelHandler

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

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

Subclasses of GridAxisLabelHandler in com.metsci.glimpse.axis.painter.label
 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.
 

Uses of GridAxisLabelHandler in com.metsci.glimpse.plot
 

Methods in com.metsci.glimpse.plot that return GridAxisLabelHandler
 GridAxisLabelHandler Plot2D.getLabelHandlerX()
           
 GridAxisLabelHandler Plot2D.getLabelHandlerY()
           
 GridAxisLabelHandler Plot2D.getLabelHandlerZ()
           
 GridAxisLabelHandler MultiAxisPlot2D.AxisInfo.getTickHandler()
           
 

Constructors in com.metsci.glimpse.plot with parameters of type GridAxisLabelHandler
MultiAxisPlot2D.AxisInfo(java.lang.String id, com.metsci.glimpse.plot.MultiAxisPlot2D.AxisOrientation orient, Axis1D axis, AxisMouseListener mouseListener, GridAxisLabelHandler tickHandler, NumericAxisPainter painter, GlimpseLayout layout, int order, int size)
           
 



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