|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jinsight.jetchart.SideTitle
This class implements the common properties and methods of the left, right and bottom titles.
| Method Summary | |
protected void |
finalize()
|
void |
setFont(java.awt.Font font)
Sets the title font. |
void |
setForeground(java.awt.Color foreground)
Sets the title color. |
void |
setGap(int gap)
Sets the gap between the title and the chart area. |
void |
setOpacityEnabled(boolean isOpacityEnabled)
Enables/disables title opacity. |
void |
setText(java.lang.String text)
Sets the title text. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void setFont(java.awt.Font font)
font - A Font object.public void setText(java.lang.String text)
text - A String object.public void setForeground(java.awt.Color foreground)
foreground - A Color object.public void setGap(int gap)
gap - An integer number.public void setOpacityEnabled(boolean isOpacityEnabled)
isOpacityEnabled - A boolean value.
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 | |||||||||