analyzer.plot
Class AxisBox

java.lang.Object
  |
  +--analyzer.plot.PlotElement
        |
        +--analyzer.plot.AxisBox

public class AxisBox
extends PlotElement


Field Summary
protected  double bigTicksX
           
protected  double bigTicksY
           
protected  int ticksize
           
protected  int xLabelWidth
           
protected  int yLabelWidth
           
 
Fields inherited from class analyzer.plot.PlotElement
parent
 
Constructor Summary
AxisBox()
           
AxisBox(PlotElement next)
           
 
Method Summary
protected  void autoSetTicks(double deltax, double deltay)
           
protected  void init()
           
 void paint(java.awt.Graphics g)
           
 
Methods inherited from class analyzer.plot.PlotElement
addElement, paint, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bigTicksX

protected double bigTicksX

bigTicksY

protected double bigTicksY

ticksize

protected int ticksize

xLabelWidth

protected int xLabelWidth

yLabelWidth

protected int yLabelWidth
Constructor Detail

AxisBox

public AxisBox()

AxisBox

public AxisBox(PlotElement next)
Method Detail

init

protected void init()

paint

public void paint(java.awt.Graphics g)

autoSetTicks

protected void autoSetTicks(double deltax,
                            double deltay)


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu