Uses of Class
edu.swri.swiftvis.plot.AxisOptions.AxisBounds

Packages that use AxisOptions.AxisBounds
edu.swri.swiftvis.plot   
 

Uses of AxisOptions.AxisBounds in edu.swri.swiftvis.plot
 

Methods in edu.swri.swiftvis.plot that return AxisOptions.AxisBounds
 AxisOptions.AxisBounds AxisOptions.getAxisBounds()
          This returns the bounds for the entire area that the axis drawing will cover.
 

Methods in edu.swri.swiftvis.plot with parameters of type AxisOptions.AxisBounds
 void AxisOptions.drawAxis(java.awt.Graphics2D g, java.awt.geom.Rectangle2D bounds, AxisOptions.AxisBounds axisBounds, int dir, int current, int total, boolean showMax)
          Draws the axis in the bounds provided.
 void AxisOptions.drawAxisLabel(java.awt.Graphics2D g, java.awt.geom.Rectangle2D bounds, AxisOptions.AxisBounds axisBounds, int dir)
          This draws just a label for this axis.