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

Packages that use NumericXYAxisPainter
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.plot.timeline.layout   
 

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

Methods in com.metsci.glimpse.axis.painter that return NumericXYAxisPainter
 NumericXYAxisPainter NumericXYAxisPainter.setLineColor(float[] rgba)
           
 NumericXYAxisPainter NumericXYAxisPainter.setLineColor(float r, float g, float b, float a)
           
 NumericXYAxisPainter NumericXYAxisPainter.setLockBottom(boolean lock)
           
 NumericXYAxisPainter NumericXYAxisPainter.setLockLeft(boolean lock)
           
 NumericXYAxisPainter NumericXYAxisPainter.setLockRight(boolean lock)
           
 NumericXYAxisPainter NumericXYAxisPainter.setLockTop(boolean lock)
           
 NumericXYAxisPainter NumericXYAxisPainter.setShowHorizontalTicks(boolean show)
           
 NumericXYAxisPainter NumericXYAxisPainter.setShowLabelsNearOrigin(boolean show)
           
 NumericXYAxisPainter NumericXYAxisPainter.setShowOriginLabel(boolean show)
           
 NumericXYAxisPainter NumericXYAxisPainter.setShowOriginLines(boolean show)
           
 NumericXYAxisPainter NumericXYAxisPainter.setShowVerticalTicks(boolean show)
           
 NumericXYAxisPainter NumericXYAxisPainter.setTextColor(float[] rgba)
           
 

Uses of NumericXYAxisPainter in com.metsci.glimpse.plot.timeline.layout
 

Methods in com.metsci.glimpse.plot.timeline.layout that return NumericXYAxisPainter
 NumericXYAxisPainter TimePlotInfo.getAxisPainter()
           
 

Constructors in com.metsci.glimpse.plot.timeline.layout with parameters of type NumericXYAxisPainter
TimePlotInfo(StackedTimePlot2D parent, StackedPlot2D.PlotInfo child, GridPainter gridPainter, NumericXYAxisPainter axisPainter, SimpleTextPainter labelPainter, BorderPainter borderPainter)
           
 



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