|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Axes
A representation of the model object 'Axes'.
The following features are supported:
| Method Summary | |
|---|---|
org.w3c.dom.Element |
getElement()
Returns the document object element of this object. |
AxisDefinition |
getIndependentAxis()
Returns the value of the 'Independent Axis' containment reference |
AxisDefinition |
getPrimaryDependentAxis()
Returns the value of the 'Primary Dependent Axis' containment reference |
DependentAxisDefinition |
getSecondaryDependentAxis()
Returns the value of the 'Secondary Dependent Axis' containment reference |
void |
setIndependentAxis(AxisDefinition value)
Sets the value of the ' Independent Axis' containment reference |
void |
setPrimaryDependentAxis(AxisDefinition value)
Sets the value of the ' Primary Dependent Axis' containment reference |
void |
setSecondaryDependentAxis(DependentAxisDefinition value)
Sets the value of the ' Secondary Dependent Axis' containment reference |
| Method Detail |
|---|
AxisDefinition getIndependentAxis()
setIndependentAxis(AxisDefinition),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxes_IndependentAxis()void setIndependentAxis(AxisDefinition value)
Independent Axis' containment reference.
value - the new value of the 'Independent Axis' containment reference.getIndependentAxis()AxisDefinition getPrimaryDependentAxis()
setPrimaryDependentAxis(AxisDefinition),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxes_PrimaryDependentAxis()void setPrimaryDependentAxis(AxisDefinition value)
Primary Dependent Axis' containment reference.
value - the new value of the 'Primary Dependent Axis' containment reference.getPrimaryDependentAxis()DependentAxisDefinition getSecondaryDependentAxis()
setSecondaryDependentAxis(DependentAxisDefinition),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxes_SecondaryDependentAxis()void setSecondaryDependentAxis(DependentAxisDefinition value)
Secondary Dependent Axis' containment reference.
value - the new value of the 'Secondary Dependent Axis' containment reference.getSecondaryDependentAxis()org.w3c.dom.Element getElement()
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||