TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Subinterfaces:
DependentAxisDefinition
All Known Implementing Classes:
AxisDefinitionImpl, DependentAxisDefinitionImpl, SVGAxisDefinitionImpl, SVGDependentAxisDefinitionImpl

public interface AxisDefinition

A representation of the model object 'Axis Definition'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 Accessibility getAccessibility()
          Returns the value of the 'Accessibility' containment reference
 CustomFormat getCustomFormat()
          Returns the value of the 'Custom Format' containment reference
 DateFormat getDateFormat()
          Returns the value of the 'Date Format' containment reference
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 java.util.List getEventHandler()
          Returns the value of the 'Event Handler' containment reference list.
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 java.lang.String getLabel()
          Returns the value of the 'Label' attribute
 double getLabelRotation()
          Returns the value of the 'Label Rotation' attribute
 UnitDefinition getMajorUnit()
          Returns the value of the 'Major Unit' containment reference
 java.util.List getMarkerLine()
          Returns the value of the 'Marker Line' containment reference list.
 java.util.List getMarkerRegion()
          Returns the value of the 'Marker Region' containment reference list.
 double getMax()
          Returns the value of the 'Max' attribute
 double getMin()
          Returns the value of the 'Min' attribute
 UnitDefinition getMinorUnit()
          Returns the value of the 'Minor Unit' containment reference
 NumberFormat getNumberFormat()
          Returns the value of the 'Number Format' containment reference
 java.lang.String getScale()
          Returns the value of the 'Scale' attribute
 Tooltip getTooltip()
          Returns the value of the 'Tooltip' containment reference
 boolean isSetLabelRotation()
          Returns whether the value of the 'Label Rotation' attribute is set
 boolean isSetMax()
          Returns whether the value of the 'Max' attribute is set
 boolean isSetMin()
          Returns whether the value of the 'Min' attribute is set
 void setAccessibility(Accessibility value)
          Sets the value of the 'Accessibility' containment reference
 void setCustomFormat(CustomFormat value)
          Sets the value of the 'Custom Format' containment reference
 void setDateFormat(DateFormat value)
          Sets the value of the 'Date Format' containment reference
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setLabel(java.lang.String value)
          Sets the value of the 'Label' attribute
 void setLabelRotation(double value)
          Sets the value of the 'Label Rotation' attribute
 void setMajorUnit(UnitDefinition value)
          Sets the value of the 'Major Unit' containment reference
 void setMax(double value)
          Sets the value of the 'Max' attribute
 void setMin(double value)
          Sets the value of the 'Min' attribute
 void setMinorUnit(UnitDefinition value)
          Sets the value of the 'Minor Unit' containment reference
 void setNumberFormat(NumberFormat value)
          Sets the value of the 'Number Format' containment reference
 void setScale(java.lang.String value)
          Sets the value of the 'Scale' attribute
 void setTooltip(Tooltip value)
          Sets the value of the 'Tooltip' containment reference
 void unsetLabelRotation()
          Unsets the value of the 'Label Rotation' attribute
 void unsetMax()
          Unsets the value of the 'Max' attribute
 void unsetMin()
          Unsets the value of the 'Min' attribute
 

Method Detail

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Id()
Generated
[EMF] Model
id="true"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated

getLabel

java.lang.String getLabel()
Returns the value of the 'Label' attribute.

Returns:
the value of the 'Label' attribute.
See Also:
setLabel(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Label()
Generated
[EMF] Model

setLabel

void setLabel(java.lang.String value)
Sets the value of the 'Label' attribute.

Parameters:
value - the new value of the 'Label' attribute.
See Also:
getLabel()
Generated

getLabelRotation

double getLabelRotation()
Returns the value of the 'Label Rotation' attribute.

Returns:
the value of the 'Label Rotation' attribute.
See Also:
isSetLabelRotation(), unsetLabelRotation(), setLabelRotation(double), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_LabelRotation()
Generated
[EMF] Model
unsettable="true"

setLabelRotation

void setLabelRotation(double value)
Sets the value of the 'Label Rotation' attribute.

Parameters:
value - the new value of the 'Label Rotation' attribute.
See Also:
isSetLabelRotation(), unsetLabelRotation(), getLabelRotation()
Generated

unsetLabelRotation

void unsetLabelRotation()
Unsets the value of the 'Label Rotation' attribute.

See Also:
isSetLabelRotation(), getLabelRotation(), setLabelRotation(double)
Generated

isSetLabelRotation

boolean isSetLabelRotation()
Returns whether the value of the 'Label Rotation' attribute is set.

Returns:
whether the value of the 'Label Rotation' attribute is set.
See Also:
unsetLabelRotation(), getLabelRotation(), setLabelRotation(double)
Generated

getMax

double getMax()
Returns the value of the 'Max' attribute.

Returns:
the value of the 'Max' attribute.
See Also:
isSetMax(), unsetMax(), setMax(double), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Max()
Generated
[EMF] Model
unsettable="true"

setMax

void setMax(double value)
Sets the value of the 'Max' attribute.

Parameters:
value - the new value of the 'Max' attribute.
See Also:
isSetMax(), unsetMax(), getMax()
Generated

unsetMax

void unsetMax()
Unsets the value of the 'Max' attribute.

See Also:
isSetMax(), getMax(), setMax(double)
Generated

isSetMax

boolean isSetMax()
Returns whether the value of the 'Max' attribute is set.

Returns:
whether the value of the 'Max' attribute is set.
See Also:
unsetMax(), getMax(), setMax(double)
Generated

getMin

double getMin()
Returns the value of the 'Min' attribute.

Returns:
the value of the 'Min' attribute.
See Also:
isSetMin(), unsetMin(), setMin(double), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Min()
Generated
[EMF] Model
unsettable="true"

setMin

void setMin(double value)
Sets the value of the 'Min' attribute.

Parameters:
value - the new value of the 'Min' attribute.
See Also:
isSetMin(), unsetMin(), getMin()
Generated

unsetMin

void unsetMin()
Unsets the value of the 'Min' attribute.

See Also:
isSetMin(), getMin(), setMin(double)
Generated

isSetMin

boolean isSetMin()
Returns whether the value of the 'Min' attribute is set.

Returns:
whether the value of the 'Min' attribute is set.
See Also:
unsetMin(), getMin(), setMin(double)
Generated

getScale

java.lang.String getScale()
Returns the value of the 'Scale' attribute.

Returns:
the value of the 'Scale' attribute.
See Also:
setScale(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Scale()
Generated
[EMF] Model

setScale

void setScale(java.lang.String value)
Sets the value of the 'Scale' attribute.

Parameters:
value - the new value of the 'Scale' attribute.
See Also:
getScale()
Generated

getMajorUnit

UnitDefinition getMajorUnit()
Returns the value of the 'Major Unit' containment reference.

Returns:
the value of the 'Major Unit' containment reference.
See Also:
setMajorUnit(UnitDefinition), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MajorUnit()
Generated
[EMF] Model
containment="true"

setMajorUnit

void setMajorUnit(UnitDefinition value)
Sets the value of the 'Major Unit' containment reference.

Parameters:
value - the new value of the 'Major Unit' containment reference.
See Also:
getMajorUnit()
Generated

getMinorUnit

UnitDefinition getMinorUnit()
Returns the value of the 'Minor Unit' containment reference.

Returns:
the value of the 'Minor Unit' containment reference.
See Also:
setMinorUnit(UnitDefinition), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MinorUnit()
Generated
[EMF] Model
containment="true"

setMinorUnit

void setMinorUnit(UnitDefinition value)
Sets the value of the 'Minor Unit' containment reference.

Parameters:
value - the new value of the 'Minor Unit' containment reference.
See Also:
getMinorUnit()
Generated

getMarkerLine

java.util.List getMarkerLine()
Returns the value of the 'Marker Line' containment reference list. The list contents are of type MarkerLine.

Returns:
the value of the 'Marker Line' containment reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MarkerLine()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.report.chart.svg.internal.input.MarkerLine" containment="true"

getMarkerRegion

java.util.List getMarkerRegion()
Returns the value of the 'Marker Region' containment reference list. The list contents are of type MarkerRegion.

Returns:
the value of the 'Marker Region' containment reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MarkerRegion()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.report.chart.svg.internal.input.MarkerRegion" containment="true"

getNumberFormat

NumberFormat getNumberFormat()
Returns the value of the 'Number Format' containment reference.

Returns:
the value of the 'Number Format' containment reference.
See Also:
setNumberFormat(NumberFormat), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_NumberFormat()
Generated
[EMF] Model
containment="true"

setNumberFormat

void setNumberFormat(NumberFormat value)
Sets the value of the 'Number Format' containment reference.

Parameters:
value - the new value of the 'Number Format' containment reference.
See Also:
getNumberFormat()
Generated

getDateFormat

DateFormat getDateFormat()
Returns the value of the 'Date Format' containment reference.

Returns:
the value of the 'Date Format' containment reference.
See Also:
setDateFormat(DateFormat), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_DateFormat()
Generated
[EMF] Model
containment="true"

setDateFormat

void setDateFormat(DateFormat value)
Sets the value of the 'Date Format' containment reference.

Parameters:
value - the new value of the 'Date Format' containment reference.
See Also:
getDateFormat()
Generated

getCustomFormat

CustomFormat getCustomFormat()
Returns the value of the 'Custom Format' containment reference.

Returns:
the value of the 'Custom Format' containment reference.
See Also:
setCustomFormat(CustomFormat), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_CustomFormat()
Generated
[EMF] Model
containment="true"

setCustomFormat

void setCustomFormat(CustomFormat value)
Sets the value of the 'Custom Format' containment reference.

Parameters:
value - the new value of the 'Custom Format' containment reference.
See Also:
getCustomFormat()
Generated

getAccessibility

Accessibility getAccessibility()
Returns the value of the 'Accessibility' containment reference.

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

setAccessibility

void setAccessibility(Accessibility value)
Sets the value of the 'Accessibility' containment reference.

Parameters:
value - the new value of the 'Accessibility' containment reference.
See Also:
getAccessibility()
Generated

getEventHandler

java.util.List getEventHandler()
Returns the value of the 'Event Handler' containment reference list. The list contents are of type EventHandler.

Returns:
the value of the 'Event Handler' containment reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_EventHandler()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.report.chart.svg.internal.input.EventHandler" containment="true"

getTooltip

Tooltip getTooltip()
Returns the value of the 'Tooltip' containment reference.

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

setTooltip

void setTooltip(Tooltip value)
Sets the value of the 'Tooltip' containment reference.

Parameters:
value - the new value of the 'Tooltip' containment reference.
See Also:
getTooltip()
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