|
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 AxisDefinition
A representation of the model object 'Axis Definition'.
The following features are supported:
IdLabelLabel RotationMaxMinScaleMajor UnitMinor UnitMarker LineMarker RegionNumber FormatDate FormatCustom FormatAccessibilityEvent HandlerTooltip
| 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 |
|---|
java.lang.String getId()
setId(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.String getLabel()
setLabel(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Label()void setLabel(java.lang.String value)
Label' attribute.
value - the new value of the 'Label' attribute.getLabel()double getLabelRotation()
isSetLabelRotation(),
unsetLabelRotation(),
setLabelRotation(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_LabelRotation()void setLabelRotation(double value)
Label Rotation' attribute.
value - the new value of the 'Label Rotation' attribute.isSetLabelRotation(),
unsetLabelRotation(),
getLabelRotation()void unsetLabelRotation()
Label Rotation' attribute.
isSetLabelRotation(),
getLabelRotation(),
setLabelRotation(double)boolean isSetLabelRotation()
Label Rotation' attribute is set.
unsetLabelRotation(),
getLabelRotation(),
setLabelRotation(double)double getMax()
isSetMax(),
unsetMax(),
setMax(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Max()void setMax(double value)
Max' attribute.
value - the new value of the 'Max' attribute.isSetMax(),
unsetMax(),
getMax()void unsetMax()
Max' attribute.
isSetMax(),
getMax(),
setMax(double)boolean isSetMax()
Max' attribute is set.
unsetMax(),
getMax(),
setMax(double)double getMin()
isSetMin(),
unsetMin(),
setMin(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Min()void setMin(double value)
Min' attribute.
value - the new value of the 'Min' attribute.isSetMin(),
unsetMin(),
getMin()void unsetMin()
Min' attribute.
isSetMin(),
getMin(),
setMin(double)boolean isSetMin()
Min' attribute is set.
unsetMin(),
getMin(),
setMin(double)java.lang.String getScale()
setScale(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Scale()void setScale(java.lang.String value)
Scale' attribute.
value - the new value of the 'Scale' attribute.getScale()UnitDefinition getMajorUnit()
setMajorUnit(UnitDefinition),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MajorUnit()void setMajorUnit(UnitDefinition value)
Major Unit' containment reference.
value - the new value of the 'Major Unit' containment reference.getMajorUnit()UnitDefinition getMinorUnit()
setMinorUnit(UnitDefinition),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MinorUnit()void setMinorUnit(UnitDefinition value)
Minor Unit' containment reference.
value - the new value of the 'Minor Unit' containment reference.getMinorUnit()java.util.List getMarkerLine()
MarkerLine.
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MarkerLine()java.util.List getMarkerRegion()
MarkerRegion.
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MarkerRegion()NumberFormat getNumberFormat()
setNumberFormat(NumberFormat),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_NumberFormat()void setNumberFormat(NumberFormat value)
Number Format' containment reference.
value - the new value of the 'Number Format' containment reference.getNumberFormat()DateFormat getDateFormat()
setDateFormat(DateFormat),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_DateFormat()void setDateFormat(DateFormat value)
Date Format' containment reference.
value - the new value of the 'Date Format' containment reference.getDateFormat()CustomFormat getCustomFormat()
setCustomFormat(CustomFormat),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_CustomFormat()void setCustomFormat(CustomFormat value)
Custom Format' containment reference.
value - the new value of the 'Custom Format' containment reference.getCustomFormat()Accessibility getAccessibility()
setAccessibility(Accessibility),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Accessibility()void setAccessibility(Accessibility value)
Accessibility' containment reference.
value - the new value of the 'Accessibility' containment reference.getAccessibility()java.util.List getEventHandler()
EventHandler.
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_EventHandler()Tooltip getTooltip()
setTooltip(Tooltip),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Tooltip()void setTooltip(Tooltip value)
Tooltip' containment reference.
value - the new value of the 'Tooltip' containment reference.getTooltip()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 | ||||||||