org.swtchart.internal.ChartTitle Class Reference

A chart title. More...

Inheritance diagram for org.swtchart.internal.ChartTitle:
Inheritance graph
[legend]
Collaboration diagram for org.swtchart.internal.ChartTitle:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ChartTitle (Chart chart)
 Constructor.

Protected Member Functions

String getDefaultText ()
 Gets the default title text.

Static Private Attributes

static final String DEFAULT_TEXT = "Chart Title"
 the default text

Detailed Description

A chart title.

Definition at line 14 of file ChartTitle.java.


Constructor & Destructor Documentation

org.swtchart.internal.ChartTitle.ChartTitle ( Chart  chart  ) 

Constructor.

Parameters:
chart the plot chart

Definition at line 25 of file ChartTitle.java.

References org.swtchart.internal.ChartTitle.getDefaultText(), and org.swtchart.internal.Title.setText().

Here is the call graph for this function:


Member Function Documentation

String org.swtchart.internal.ChartTitle.getDefaultText (  )  [protected]

Gets the default title text.

Returns:
the default title text

Reimplemented from org.swtchart.internal.Title.

Definition at line 34 of file ChartTitle.java.

References org.swtchart.internal.ChartTitle.DEFAULT_TEXT.

Referenced by org.swtchart.internal.ChartTitle.ChartTitle().

Here is the caller graph for this function:


Member Data Documentation

final String org.swtchart.internal.ChartTitle.DEFAULT_TEXT = "Chart Title" [static, private]

the default text

Reimplemented from org.swtchart.internal.Title.

Definition at line 17 of file ChartTitle.java.

Referenced by org.swtchart.internal.ChartTitle.getDefaultText().


The documentation for this class was generated from the following file:

Generated on 26 Oct 2015 for SWTChart.org by  doxygen 1.6.1