|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--analyzer.plot.PlotElement | +--analyzer.plot.Axis
Class for drawing a one-dimensional coordinate axis. Draws tick marks and numerical lables.
Field Summary | |
static int |
HORIZONTAL
|
protected int |
orientation
|
static int |
VERTICAL
|
Fields inherited from class analyzer.plot.PlotElement |
color,
parent,
stroke |
Constructor Summary | |
Axis(int orientation)
Constructor takes an orientation as its argument. |
Method Summary | |
void |
paint(java.awt.Graphics2D g)
Paint method is called by parent PlotElement . |
Methods inherited from class analyzer.plot.PlotElement |
addElement,
setPaint,
setParent,
setStroke |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
protected int orientation
public static final int HORIZONTAL
public static final int VERTICAL
Constructor Detail |
public Axis(int orientation)
Method Detail |
public void paint(java.awt.Graphics2D g)
PlotElement
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |