|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jinsight.jetchart.Axis
This class is the abstract representation of the vertical and horizontal axis. Two subclasses extend the Axis class:
ScatterGraph and
GraphSet.
GraphSet,
ScatterGraph,
XAxis,
YAxis| Constructor Summary | |
Axis()
|
|
| Method Summary | |
protected void |
finalize()
|
void |
set3DColor(java.awt.Color axis3DColor)
Sets axis 3D color. |
void |
setColor(java.awt.Color color)
Sets axis color. |
void |
setEnabled(boolean isEnabled)
Enables/disables the axis. |
void |
setThickness(int thickness)
Sets the axis thickness. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Axis()
| Method Detail |
public void setEnabled(boolean isEnabled)
isEnabled - A boolean value(true/false).public void setThickness(int thickness)
thickness - An integer number equal to or greater than 1.public void setColor(java.awt.Color color)
set3DColor() must be used instead.
color - A Color object.GenericGraph.set3DEnabled(boolean),
set3DColor(java.awt.Color)public void set3DColor(java.awt.Color axis3DColor)
axis3DColor - A Color object.setColor(java.awt.Color)
protected void finalize()
throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||