|
TPTP 4.2.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGInputBase
org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGAxisDefinitionImpl
An implementation of the model object 'Axis Definition'.
The following features are implemented:
IdLabelLabel RotationMaxMinScaleMajor UnitMinor UnitMarker LineMarker RegionNumber FormatDate FormatAccessibilityEvent HandlerTooltip
| Field Summary | |
|---|---|
protected Accessibility |
accessibility
The cached value of the ' Accessibility' containment reference |
protected DAxis |
axis
|
protected CustomFormat |
customFormat
The cached value of the ' Custom Format' containment reference |
protected DateFormat |
dateFormat
The cached value of the ' Date Format' containment reference |
protected java.util.List |
eventHandler
The cached value of the ' Event Handler' containment reference list |
protected static java.lang.String |
ID_EDEFAULT
The default value of the ' Id' attribute |
protected static java.lang.String |
LABEL_EDEFAULT
The default value of the ' Label' attribute |
protected static double |
LABEL_ROTATION_EDEFAULT
The default value of the ' Label Rotation' attribute |
protected double |
labelRotation
The cached value of the ' Label Rotation' attribute |
protected boolean |
labelRotationESet
This is true if the Label Rotation attribute has been set |
protected UnitDefinition |
majorUnit
The cached value of the ' Major Unit' containment reference |
protected java.util.List |
markerLine
The cached value of the ' Marker Line' containment reference list |
protected java.util.List |
markerRegion
The cached value of the ' Marker Region' containment reference list |
protected double |
max
The cached value of the ' Max' attribute |
protected static double |
MAX_EDEFAULT
The default value of the ' Max' attribute |
protected boolean |
maxESet
This is true if the Max attribute has been set |
protected double |
min
The cached value of the ' Min' attribute |
protected static double |
MIN_EDEFAULT
The default value of the ' Min' attribute |
protected boolean |
minESet
This is true if the Min attribute has been set |
protected UnitDefinition |
minorUnit
The cached value of the ' Minor Unit' containment reference |
protected NumberFormat |
numberFormat
The cached value of the ' Number Format' containment reference |
protected java.lang.String |
scale
The cached value of the ' Scale' attribute |
protected static java.lang.String |
SCALE_EDEFAULT
The default value of the ' Scale' attribute |
protected Tooltip |
tooltip
The cached value of the ' Tooltip' containment reference |
| Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGInputBase |
|---|
_chart, _dgraphic, colors, colorTable |
| Constructor Summary | |
|---|---|
protected |
SVGAxisDefinitionImpl()
|
|
SVGAxisDefinitionImpl(Chart chart,
DGraphic dgraphic,
DAxis axis)
|
|
SVGAxisDefinitionImpl(SVGChartImpl chart)
|
| Method Summary | |
|---|---|
void |
assignAccessibility(Accessibility source)
|
void |
assignCustomFormat(CustomFormat source)
|
void |
assignDateFormat(DateFormat source)
|
void |
assignMajorUnit(UnitDefinition source)
|
void |
assignMinorUnit(UnitDefinition source)
|
void |
assignNumberFormat(NumberFormat source)
|
void |
assignTooltip(Tooltip source)
|
Accessibility |
getAccessibility()
|
CustomFormat |
getCustomFormat()
Returns the value of the 'Custom Format' containment reference |
DateFormat |
getDateFormat()
|
java.util.List |
getEventHandler()
|
java.lang.String |
getId()
|
java.lang.String |
getLabel()
|
double |
getLabelRotation()
|
UnitDefinition |
getMajorUnit()
|
java.util.List |
getMarkerLine()
|
java.util.List |
getMarkerRegion()
|
double |
getMax()
|
double |
getMin()
|
UnitDefinition |
getMinorUnit()
|
NumberFormat |
getNumberFormat()
|
java.lang.String |
getScale()
|
Tooltip |
getTooltip()
|
boolean |
isSetLabelRotation()
|
boolean |
isSetMax()
|
boolean |
isSetMin()
|
void |
setAccessibility(Accessibility newAccessibility)
|
void |
setCustomFormat(CustomFormat newCustomFormat)
Sets the value of the ' Custom Format' containment reference |
void |
setDateFormat(DateFormat newDateFormat)
|
void |
setEventHandler(java.util.List newEventHandler)
|
void |
setId(java.lang.String newId)
|
void |
setLabel(java.lang.String newLabel)
|
void |
setLabelRotation(double newLabelRotation)
|
void |
setMajorUnit(UnitDefinition newMajorUnit)
|
void |
setMarkerLine(java.util.List newMarkerLine)
|
void |
setMarkerRegion(java.util.List newMarkerRegion)
|
void |
setMax(double newMax)
|
void |
setMin(double newMin)
|
void |
setMinorUnit(UnitDefinition newMinorUnit)
|
void |
setNumberFormat(NumberFormat newNumberFormat)
|
void |
setScale(java.lang.String newScale)
|
void |
setTooltip(Tooltip newTooltip)
|
java.lang.String |
toString()
|
void |
unsetLabelRotation()
|
void |
unsetMax()
|
void |
unsetMin()
|
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.cim.SVGInputBase |
|---|
assign, constructAccessibilityModel, constructEventHandlerModel, constructModel, convertToHex, getAccessibility, getColor, getDGraphic, getElement, getEventHandler, getEventHandler, listFactory, log, logln, setDGraphic, setElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.tptp.platform.report.chart.svg.internal.input.AxisDefinition |
|---|
getElement |
| Field Detail |
protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected static final java.lang.String LABEL_EDEFAULT
Label' attribute.
getLabel()protected static final double LABEL_ROTATION_EDEFAULT
Label Rotation' attribute.
getLabelRotation(),
Constant Field Valuesprotected double labelRotation
Label Rotation' attribute.
getLabelRotation()protected boolean labelRotationESet
protected static final double MAX_EDEFAULT
Max' attribute.
getMax(),
Constant Field Valuesprotected double max
Max' attribute.
getMax()protected boolean maxESet
protected static final double MIN_EDEFAULT
Min' attribute.
getMin(),
Constant Field Valuesprotected double min
Min' attribute.
getMin()protected boolean minESet
protected static final java.lang.String SCALE_EDEFAULT
Scale' attribute.
getScale()protected java.lang.String scale
Scale' attribute.
getScale()protected UnitDefinition majorUnit
Major Unit' containment reference.
getMajorUnit()protected UnitDefinition minorUnit
Minor Unit' containment reference.
getMinorUnit()protected java.util.List markerLine
Marker Line' containment reference list.
getMarkerLine()protected java.util.List markerRegion
Marker Region' containment reference list.
getMarkerRegion()protected NumberFormat numberFormat
Number Format' containment reference.
getNumberFormat()protected DateFormat dateFormat
Date Format' containment reference.
getDateFormat()protected CustomFormat customFormat
Custom Format' containment reference.
getCustomFormat()protected Accessibility accessibility
Accessibility' containment reference.
getAccessibility()protected java.util.List eventHandler
Event Handler' containment reference list.
getEventHandler()protected Tooltip tooltip
Tooltip' containment reference.
getTooltip()protected DAxis axis
| Constructor Detail |
protected SVGAxisDefinitionImpl()
public SVGAxisDefinitionImpl(SVGChartImpl chart)
public SVGAxisDefinitionImpl(Chart chart,
DGraphic dgraphic,
DAxis axis)
| Method Detail |
public java.lang.String getId()
getId in interface AxisDefinitionAxisDefinition.setId(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Id()public void setId(java.lang.String newId)
setId in interface AxisDefinitionnewId - the new value of the 'Id' attribute.AxisDefinition.getId()public java.lang.String getLabel()
getLabel in interface AxisDefinitionAxisDefinition.setLabel(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Label()public void setLabel(java.lang.String newLabel)
setLabel in interface AxisDefinitionnewLabel - the new value of the 'Label' attribute.AxisDefinition.getLabel()public double getLabelRotation()
getLabelRotation in interface AxisDefinitionAxisDefinition.isSetLabelRotation(),
AxisDefinition.unsetLabelRotation(),
AxisDefinition.setLabelRotation(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_LabelRotation()public void setLabelRotation(double newLabelRotation)
setLabelRotation in interface AxisDefinitionnewLabelRotation - the new value of the 'Label Rotation' attribute.AxisDefinition.isSetLabelRotation(),
AxisDefinition.unsetLabelRotation(),
AxisDefinition.getLabelRotation()public void unsetLabelRotation()
unsetLabelRotation in interface AxisDefinitionAxisDefinition.isSetLabelRotation(),
AxisDefinition.getLabelRotation(),
AxisDefinition.setLabelRotation(double)public boolean isSetLabelRotation()
isSetLabelRotation in interface AxisDefinitionAxisDefinition.unsetLabelRotation(),
AxisDefinition.getLabelRotation(),
AxisDefinition.setLabelRotation(double)public double getMax()
getMax in interface AxisDefinitionAxisDefinition.isSetMax(),
AxisDefinition.unsetMax(),
AxisDefinition.setMax(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Max()public void setMax(double newMax)
setMax in interface AxisDefinitionnewMax - the new value of the 'Max' attribute.AxisDefinition.isSetMax(),
AxisDefinition.unsetMax(),
AxisDefinition.getMax()public void unsetMax()
unsetMax in interface AxisDefinitionAxisDefinition.isSetMax(),
AxisDefinition.getMax(),
AxisDefinition.setMax(double)public boolean isSetMax()
isSetMax in interface AxisDefinitionAxisDefinition.unsetMax(),
AxisDefinition.getMax(),
AxisDefinition.setMax(double)public double getMin()
getMin in interface AxisDefinitionAxisDefinition.isSetMin(),
AxisDefinition.unsetMin(),
AxisDefinition.setMin(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Min()public void setMin(double newMin)
setMin in interface AxisDefinitionnewMin - the new value of the 'Min' attribute.AxisDefinition.isSetMin(),
AxisDefinition.unsetMin(),
AxisDefinition.getMin()public void unsetMin()
unsetMin in interface AxisDefinitionAxisDefinition.isSetMin(),
AxisDefinition.getMin(),
AxisDefinition.setMin(double)public boolean isSetMin()
isSetMin in interface AxisDefinitionAxisDefinition.unsetMin(),
AxisDefinition.getMin(),
AxisDefinition.setMin(double)public java.lang.String getScale()
getScale in interface AxisDefinitionAxisDefinition.setScale(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Scale()public void setScale(java.lang.String newScale)
setScale in interface AxisDefinitionnewScale - the new value of the 'Scale' attribute.AxisDefinition.getScale()public UnitDefinition getMajorUnit()
getMajorUnit in interface AxisDefinitionAxisDefinition.setMajorUnit(UnitDefinition),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MajorUnit()public void setMajorUnit(UnitDefinition newMajorUnit)
setMajorUnit in interface AxisDefinitionnewMajorUnit - the new value of the 'Major Unit' containment reference.AxisDefinition.getMajorUnit()public void assignMajorUnit(UnitDefinition source)
public UnitDefinition getMinorUnit()
getMinorUnit in interface AxisDefinitionAxisDefinition.setMinorUnit(UnitDefinition),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MinorUnit()public void setMinorUnit(UnitDefinition newMinorUnit)
setMinorUnit in interface AxisDefinitionnewMinorUnit - the new value of the 'Minor Unit' containment reference.AxisDefinition.getMinorUnit()public void assignMinorUnit(UnitDefinition source)
public java.util.List getMarkerLine()
getMarkerLine in interface AxisDefinitionorg.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MarkerLine()public void setMarkerLine(java.util.List newMarkerLine)
public java.util.List getMarkerRegion()
getMarkerRegion in interface AxisDefinitionorg.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_MarkerRegion()public void setMarkerRegion(java.util.List newMarkerRegion)
public NumberFormat getNumberFormat()
getNumberFormat in interface AxisDefinitionAxisDefinition.setNumberFormat(NumberFormat),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_NumberFormat()public void setNumberFormat(NumberFormat newNumberFormat)
setNumberFormat in interface AxisDefinitionnewNumberFormat - the new value of the 'Number Format' containment reference.AxisDefinition.getNumberFormat()public void assignNumberFormat(NumberFormat source)
public DateFormat getDateFormat()
getDateFormat in interface AxisDefinitionAxisDefinition.setDateFormat(DateFormat),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_DateFormat()public void setDateFormat(DateFormat newDateFormat)
setDateFormat in interface AxisDefinitionnewDateFormat - the new value of the 'Date Format' containment reference.AxisDefinition.getDateFormat()public void assignDateFormat(DateFormat source)
public Accessibility getAccessibility()
getAccessibility in interface AxisDefinitionAxisDefinition.setAccessibility(Accessibility),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Accessibility()public void setAccessibility(Accessibility newAccessibility)
setAccessibility in interface AxisDefinitionnewAccessibility - the new value of the 'Accessibility' containment reference.AxisDefinition.getAccessibility()public void assignAccessibility(Accessibility source)
public java.util.List getEventHandler()
getEventHandler in interface AxisDefinitionorg.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_EventHandler()public void setEventHandler(java.util.List newEventHandler)
public Tooltip getTooltip()
getTooltip in interface AxisDefinitionAxisDefinition.setTooltip(Tooltip),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_Tooltip()public void setTooltip(Tooltip newTooltip)
setTooltip in interface AxisDefinitionnewTooltip - the new value of the 'Tooltip' containment reference.AxisDefinition.getTooltip()public void assignTooltip(Tooltip source)
public java.lang.String toString()
public CustomFormat getCustomFormat()
AxisDefinition
getCustomFormat in interface AxisDefinitionAxisDefinition.setCustomFormat(CustomFormat),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getAxisDefinition_CustomFormat()public void setCustomFormat(CustomFormat newCustomFormat)
AxisDefinitionCustom Format' containment reference.
setCustomFormat in interface AxisDefinitionnewCustomFormat - the new value of the 'Custom Format' containment reference.AxisDefinition.getCustomFormat()public void assignCustomFormat(CustomFormat source)
|
TPTP 4.2.0 Platform Project Internal API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||