|
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 | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.MarkerRegionImpl
public class MarkerRegionImpl
An implementation of the model object 'Marker Region'.
The following features are implemented:
| Field Summary | |
|---|---|
protected java.lang.String |
color
The cached value of the ' Color' attribute |
protected static java.lang.String |
COLOR_EDEFAULT
The default value of the ' Color' attribute |
protected static double |
FROM_VALUE_EDEFAULT
The default value of the ' From Value' attribute |
protected double |
fromValue
The cached value of the ' From Value' attribute |
protected boolean |
fromValueESet
This is true if the From Value attribute has been set |
protected java.lang.String |
id
The cached value of the ' Id' attribute |
protected static java.lang.String |
ID_EDEFAULT
The default value of the ' Id' attribute |
protected java.lang.String |
label
The cached value of the ' Label' attribute |
protected static java.lang.String |
LABEL_EDEFAULT
The default value of the ' Label' attribute |
protected static double |
TO_VALUE_EDEFAULT
The default value of the ' To Value' attribute |
protected double |
toValue
The cached value of the ' To Value' attribute |
protected boolean |
toValueESet
This is true if the To Value attribute has been set |
| Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase |
|---|
_chart, _element |
| Constructor Summary | |
|---|---|
protected |
MarkerRegionImpl()
|
|
MarkerRegionImpl(Chart chart)
|
|
MarkerRegionImpl(Chart chart,
org.w3c.dom.Element element)
|
| Method Summary | |
|---|---|
java.lang.String |
getColor()
|
double |
getFromValue()
|
java.lang.String |
getId()
|
java.lang.String |
getLabel()
|
double |
getToValue()
|
boolean |
isSetFromValue()
|
boolean |
isSetToValue()
|
void |
setColor(java.lang.String newColor)
|
void |
setFromValue(double newFromValue)
|
void |
setId(java.lang.String newId)
|
void |
setLabel(java.lang.String newLabel)
|
void |
setToValue(double newToValue)
|
java.lang.String |
toString()
|
void |
unsetFromValue()
|
void |
unsetToValue()
|
| Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase |
|---|
getElement, setElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String COLOR_EDEFAULT
Color' attribute.
getColor()protected java.lang.String color
Color' attribute.
getColor()protected static final double FROM_VALUE_EDEFAULT
From Value' attribute.
getFromValue(),
Constant Field Valuesprotected double fromValue
From Value' attribute.
getFromValue()protected boolean fromValueESet
protected static final java.lang.String ID_EDEFAULT
Id' attribute.
getId()protected java.lang.String id
Id' attribute.
getId()protected static final java.lang.String LABEL_EDEFAULT
Label' attribute.
getLabel()protected java.lang.String label
Label' attribute.
getLabel()protected static final double TO_VALUE_EDEFAULT
To Value' attribute.
getToValue(),
Constant Field Valuesprotected double toValue
To Value' attribute.
getToValue()protected boolean toValueESet
| Constructor Detail |
|---|
protected MarkerRegionImpl()
public MarkerRegionImpl(Chart chart)
public MarkerRegionImpl(Chart chart,
org.w3c.dom.Element element)
| Method Detail |
|---|
public java.lang.String getColor()
getColor in interface MarkerRegionMarkerRegion.setColor(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerRegion_Color()public void setColor(java.lang.String newColor)
setColor in interface MarkerRegionnewColor - the new value of the 'Color' attribute.MarkerRegion.getColor()public double getFromValue()
getFromValue in interface MarkerRegionMarkerRegion.isSetFromValue(),
MarkerRegion.unsetFromValue(),
MarkerRegion.setFromValue(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerRegion_FromValue()public void setFromValue(double newFromValue)
setFromValue in interface MarkerRegionnewFromValue - the new value of the 'From Value' attribute.MarkerRegion.isSetFromValue(),
MarkerRegion.unsetFromValue(),
MarkerRegion.getFromValue()public void unsetFromValue()
unsetFromValue in interface MarkerRegionMarkerRegion.isSetFromValue(),
MarkerRegion.getFromValue(),
MarkerRegion.setFromValue(double)public boolean isSetFromValue()
isSetFromValue in interface MarkerRegionMarkerRegion.unsetFromValue(),
MarkerRegion.getFromValue(),
MarkerRegion.setFromValue(double)public java.lang.String getId()
getId in interface MarkerRegionMarkerRegion.setId(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerRegion_Id()public void setId(java.lang.String newId)
setId in interface MarkerRegionnewId - the new value of the 'Id' attribute.MarkerRegion.getId()public java.lang.String getLabel()
getLabel in interface MarkerRegionMarkerRegion.setLabel(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerRegion_Label()public void setLabel(java.lang.String newLabel)
setLabel in interface MarkerRegionnewLabel - the new value of the 'Label' attribute.MarkerRegion.getLabel()public double getToValue()
getToValue in interface MarkerRegionMarkerRegion.isSetToValue(),
MarkerRegion.unsetToValue(),
MarkerRegion.setToValue(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerRegion_ToValue()public void setToValue(double newToValue)
setToValue in interface MarkerRegionnewToValue - the new value of the 'To Value' attribute.MarkerRegion.isSetToValue(),
MarkerRegion.unsetToValue(),
MarkerRegion.getToValue()public void unsetToValue()
unsetToValue in interface MarkerRegionMarkerRegion.isSetToValue(),
MarkerRegion.getToValue(),
MarkerRegion.setToValue(double)public boolean isSetToValue()
isSetToValue in interface MarkerRegionMarkerRegion.unsetToValue(),
MarkerRegion.getToValue(),
MarkerRegion.setToValue(double)public java.lang.String toString()
toString in class java.lang.Object
|
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 | ||||||||