|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.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
finalize
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |