TPTP 4.5.0 Platform Project
Internal API Specification

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

All Superinterfaces:
AxisDefinition
All Known Implementing Classes:
DependentAxisDefinitionImpl, SVGDependentAxisDefinitionImpl

public interface DependentAxisDefinition
extends AxisDefinition

A representation of the model object 'Dependent Axis Definition'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 DataSetAssociations getDataSetAssociations()
          Returns the value of the 'Data Set Associations' containment reference
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 void setDataSetAssociations(DataSetAssociations value)
          Sets the value of the 'Data Set Associations' containment reference
 
Methods inherited from interface org.eclipse.tptp.platform.report.chart.svg.internal.input.AxisDefinition
getAccessibility, getCustomFormat, getDateFormat, getEventHandler, getId, getLabel, getLabelRotation, getMajorUnit, getMarkerLine, getMarkerRegion, getMax, getMin, getMinorUnit, getNumberFormat, getScale, getTooltip, isSetLabelRotation, isSetMax, isSetMin, setAccessibility, setCustomFormat, setDateFormat, setId, setLabel, setLabelRotation, setMajorUnit, setMax, setMin, setMinorUnit, setNumberFormat, setScale, setTooltip, unsetLabelRotation, unsetMax, unsetMin
 

Method Detail

getDataSetAssociations

DataSetAssociations getDataSetAssociations()
Returns the value of the 'Data Set Associations' containment reference.

Returns:
the value of the 'Data Set Associations' containment reference.
See Also:
setDataSetAssociations(DataSetAssociations), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getDependentAxisDefinition_DataSetAssociations()
Generated
[EMF] Model
containment="true" required="true"

setDataSetAssociations

void setDataSetAssociations(DataSetAssociations value)
Sets the value of the 'Data Set Associations' containment reference.

Parameters:
value - the new value of the 'Data Set Associations' containment reference.
See Also:
getDataSetAssociations()
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.

Specified by:
getElement in interface AxisDefinition
Returns:
the element in the DOM represented by this object

TPTP 4.5.0 Platform Project
Internal API Specification