TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input
Interface Axes

All Known Implementing Classes:
AxesImpl, SVGAxesImpl

public interface Axes

A representation of the model object 'Axes'.

The following features are supported:

Generated
[EMF] Model

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

getIndependentAxis

AxisDefinition getIndependentAxis()
Returns the value of the 'Independent Axis' containment reference.

Returns:
the value of the 'Independent Axis' containment reference.
See Also:
setIndependentAxis(AxisDefinition), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxes_IndependentAxis()
Generated
[EMF] Model
containment="true"

setIndependentAxis

void setIndependentAxis(AxisDefinition value)
Sets the value of the 'Independent Axis' containment reference.

Parameters:
value - the new value of the 'Independent Axis' containment reference.
See Also:
getIndependentAxis()
Generated

getPrimaryDependentAxis

AxisDefinition getPrimaryDependentAxis()
Returns the value of the 'Primary Dependent Axis' containment reference.

Returns:
the value of the 'Primary Dependent Axis' containment reference.
See Also:
setPrimaryDependentAxis(AxisDefinition), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxes_PrimaryDependentAxis()
Generated
[EMF] Model
containment="true"

setPrimaryDependentAxis

void setPrimaryDependentAxis(AxisDefinition value)
Sets the value of the 'Primary Dependent Axis' containment reference.

Parameters:
value - the new value of the 'Primary Dependent Axis' containment reference.
See Also:
getPrimaryDependentAxis()
Generated

getSecondaryDependentAxis

DependentAxisDefinition getSecondaryDependentAxis()
Returns the value of the 'Secondary Dependent Axis' containment reference.

Returns:
the value of the 'Secondary Dependent Axis' containment reference.
See Also:
setSecondaryDependentAxis(DependentAxisDefinition), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxes_SecondaryDependentAxis()
Generated
[EMF] Model
containment="true"

setSecondaryDependentAxis

void setSecondaryDependentAxis(DependentAxisDefinition value)
Sets the value of the 'Secondary Dependent Axis' containment reference.

Parameters:
value - the new value of the 'Secondary Dependent Axis' containment reference.
See Also:
getSecondaryDependentAxis()
Generated

getElement

org.w3c.dom.Element getElement()
Returns the document object element of this object. If this object was not initialized with an element, null will be returned.

Returns:
the element in the DOM represented by this object

TPTP 4.5.0 Platform Project
Internal API Specification