|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCanvas
org.swtchart.internal.Title
org.swtchart.internal.axis.AxisTitle
public class AxisTitle
An Axis title.
| Field Summary |
|---|
| Fields inherited from class org.swtchart.internal.Title |
|---|
chart, isVisible, text |
| Constructor Summary | |
|---|---|
AxisTitle(Chart chart,
int style,
Axis axis,
IAxis.Direction direction)
Constructor. |
|
| Method Summary | |
|---|---|
void |
dispose()
|
protected java.lang.String |
getDefaultText()
Gets the default title text. |
protected boolean |
isHorizontal()
Gets the state indicating if showing title horizontally. |
| Methods inherited from class org.swtchart.internal.Title |
|---|
getStyleRanges, getText, isVisible, paintControl, setFont, setForeground, setStyleRanges, setText, setVisible, updateLayoutData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.swtchart.ITitle |
|---|
getFont, getForeground |
| Constructor Detail |
|---|
public AxisTitle(Chart chart,
int style,
Axis axis,
IAxis.Direction direction)
chart - the chartstyle - the styleaxis - the axisdirection - the direction| Method Detail |
|---|
protected java.lang.String getDefaultText()
Title
getDefaultText in class Titleprotected boolean isHorizontal()
Title
isHorizontal in class Titlepublic void dispose()
dispose in class Title
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||