|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jinsight.jetchart.Wall
This class implements the properties and methods of the area painted behind the chart.
It has no public constructor and can only be accessed through 'get' methods implemented
in classes ScatterGraph and GraphSet. The Graph
class also keeps a reference to a Wall object, which if enabled takes precedence over
the walls associated with GraphSet objects.
ScatterGraph,
GraphSet,
Graph| Constructor Summary | |
Wall()
|
|
| Method Summary | |
protected void |
finalize()
|
void |
setColor(java.awt.Color color)
Sets the color of the wall. |
void |
setEnabled(boolean isEnabled)
Enables/disables wall. |
void |
setFilled(boolean isFilled)
Enables/disables color filling the wall. |
void |
setShadowColor(java.awt.Color shadowColor)
Sets wall shadow color. |
void |
setShadowEnabled(boolean isShadowEnabled)
Enables/disables a shadow behind the wall. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Wall()
| Method Detail |
public void setColor(java.awt.Color color)
color - A Color object.public void setEnabled(boolean isEnabled)
isEnabled - A boolean value(true/false).public void setShadowEnabled(boolean isShadowEnabled)
public void setShadowColor(java.awt.Color shadowColor)
shadowColor - A Color object.public void setFilled(boolean isFilled)
isFilled - A boolean value(true/false).
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 | |||||||||