Package org.swtchart.internal.axis
Class AxisTitle
- java.lang.Object
-
- org.swtchart.internal.Title
-
- org.swtchart.internal.axis.AxisTitle
-
-
Constructor Summary
Constructors Constructor Description AxisTitle(Chart chart, int style, Axis axis, IAxis.Direction direction)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddispose()Disposes the resources.protected java.lang.StringgetDefaultText()Gets the default title text.protected booleanisHorizontal()Gets the state indicating if showing title horizontally.-
Methods inherited from class org.swtchart.internal.Title
getBounds, getFont, getForeground, getLayoutData, getStyleRanges, getText, isVisible, paintControl, setBounds, setFont, setForeground, setLayoutData, setStyleRanges, setText, setVisible, updateLayoutData
-
-
-
-
Constructor Detail
-
AxisTitle
public AxisTitle(Chart chart, int style, Axis axis, IAxis.Direction direction)
Constructor.- Parameters:
chart- the chartstyle- the styleaxis- the axisdirection- the direction
-
-
Method Detail
-
getDefaultText
protected java.lang.String getDefaultText()
Description copied from class:TitleGets the default title text.- Overrides:
getDefaultTextin classTitle- Returns:
- the default title text
-
isHorizontal
protected boolean isHorizontal()
Description copied from class:TitleGets the state indicating if showing title horizontally.- Overrides:
isHorizontalin classTitle- Returns:
- the state indicating if showing title horizontally
-
-