Package org.swtchart.internal
Class ChartTitle
- java.lang.Object
-
- org.swtchart.internal.Title
-
- org.swtchart.internal.ChartTitle
-
-
Constructor Summary
Constructors Constructor Description ChartTitle(Chart chart)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getDefaultText()
Gets the default title text.-
Methods inherited from class org.swtchart.internal.Title
dispose, getBounds, getFont, getForeground, getLayoutData, getStyleRanges, getText, isHorizontal, isVisible, paintControl, setBounds, setFont, setForeground, setLayoutData, setStyleRanges, setText, setVisible, updateLayoutData
-
-
-
-
Constructor Detail
-
ChartTitle
public ChartTitle(Chart chart)
Constructor.- Parameters:
chart
- the plot chart
-
-
Method Detail
-
getDefaultText
protected java.lang.String getDefaultText()
Description copied from class:Title
Gets the default title text.- Overrides:
getDefaultText
in classTitle
- Returns:
- the default title text
-
-