org.eclipse.modisco.utils.chart.metamodel.internal.chart
Interface Chart


public interface Chart

A representation of the model object 'Chart'.

The following features are supported:

See Also:
ChartPackage.getChart()
Generated:
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
  getAxes()
          Returns the value of the 'Axes' containment reference list.
  getSeries()
          Returns the value of the 'Series' containment reference list.
 java.lang.String getTitle()
          Returns the value of the 'Title' attribute.
 void setTitle(java.lang.String value)
          Sets the value of the 'Title' attribute.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:
Method Detail

getAxes

 getAxes()
Returns the value of the 'Axes' containment reference list. The list contents are of type Axe.

If the meaning of the 'Axes' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Axes' containment reference list.
See Also:
ChartPackage.getChart_Axes()
Generated:
Model:
containment="true"

getSeries

 getSeries()
Returns the value of the 'Series' containment reference list. The list contents are of type Serie.

If the meaning of the 'Series' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Series' containment reference list.
See Also:
ChartPackage.getChart_Series()
Generated:
Model:
containment="true"

getTitle

java.lang.String getTitle()
Returns the value of the 'Title' attribute.

If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Title' attribute.
See Also:
setTitle(String), ChartPackage.getChart_Title()
Generated:
Model:

setTitle

void setTitle(java.lang.String value)
Sets the value of the 'Title' attribute.

Parameters:
value - the new value of the 'Title' attribute.
See Also:
getTitle()
Generated: