Uses of Class
com.metsci.glimpse.axis.painter.NumericAxisPainter

Packages that use NumericAxisPainter
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.tagged.painter Axis painters specific to tagged axes. 
com.metsci.glimpse.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks. 
 

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

Subclasses of NumericAxisPainter in com.metsci.glimpse.axis.painter
 class ColorRightYAxisPainter
          A vertical (y) axis with a color bar and labeled ticks along the right hand side.
 class ColorXAxisPainter
          A horizontal (x) axis with a color bar and labeled ticks along the bottom.
 class ColorYAxisPainter
          A vertical (y) axis with a color bar and labeled ticks along the right hand side.
 class NumericRightYAxisPainter
          A vertical (y) axis with labeled ticks along the right hand side.
 class NumericRotatedRightYAxisPainter
          A vertical (y) axis with labeled ticks along the right hand side.
 class NumericRotatedYAxisPainter
          A vertical (y) axis with labeled ticks along the left hand side.
 class NumericTopXAxisPainter
          A horizontal (x) axis with labeled ticks along the top.
 class NumericXAxisPainter
          A horizontal (x) axis with labeled ticks along the bottom.
 class NumericYAxisPainter
          A vertical (y) axis with labeled ticks along the left side.
 

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

Subclasses of NumericAxisPainter in com.metsci.glimpse.axis.tagged.painter
 class TaggedColorXAxisPainter
          A horizontal (x) axis painter which displays positions of tags on top of a color scale.
 class TaggedColorYAxisPainter
          A vertical (y) axis painter which displays positions of tags on top of a color scale.
 class TaggedNumericXAxisPainter
          A horizontal (x) axis painter which displays positions of tags in addition to tick marks and labels.
 class TaggedNumericYAxisPainter
          A vertical (y) axis painter which displays positions of tags in addition to tick marks and labels.
 class TaggedPartialColorXAxisPainter
          A horizontal (x) axis painter which displays positions of tags in addition to tick marks and labels.
 class TaggedPartialColorYAxisPainter
          A vertical (y) axis painter which displays positions of tags in addition to tick marks and labels.
 

Uses of NumericAxisPainter in com.metsci.glimpse.plot
 

Methods in com.metsci.glimpse.plot that return NumericAxisPainter
 NumericAxisPainter MultiAxisPlot2D.AxisInfo.getAxisPainter()
           
 NumericAxisPainter MapPlot2D.getAxisPainterRightY()
           
 NumericAxisPainter MapPlot2D.getAxisPainterTopX()
           
 NumericAxisPainter Plot2D.getAxisPainterX()
           
 NumericAxisPainter Plot2D.getAxisPainterY()
           
 NumericAxisPainter Plot2D.getAxisPainterZ()
           
 

Methods in com.metsci.glimpse.plot with parameters of type NumericAxisPainter
 void MultiAxisPlot2D.AxisInfo.setAxisPainter(NumericAxisPainter newPainter)
           
 

Constructors in com.metsci.glimpse.plot with parameters of type NumericAxisPainter
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.