|
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 MarkerLine
A representation of the model object 'Marker Line'.
The following features are supported:
| Method Summary | |
|---|---|
java.lang.String |
getColor()
Returns the value of the 'Color' attribute |
org.w3c.dom.Element |
getElement()
Returns the document object element of this object. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute |
java.lang.String |
getLabel()
Returns the value of the 'Label' attribute |
double |
getThickness()
Returns the value of the 'Thickness' attribute |
double |
getValue()
Returns the value of the 'Value' attribute |
boolean |
isSetThickness()
Returns whether the value of the ' Thickness' attribute is set |
boolean |
isSetValue()
Returns whether the value of the ' Value' attribute is set |
void |
setColor(java.lang.String value)
Sets the value of the ' Color' attribute |
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 |
setThickness(double value)
Sets the value of the ' Thickness' attribute |
void |
setValue(double value)
Sets the value of the ' Value' attribute |
void |
unsetThickness()
Unsets the value of the ' Thickness' attribute |
void |
unsetValue()
Unsets the value of the ' Value' attribute |
| Method Detail |
|---|
java.lang.String getColor()
setColor(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerLine_Color()void setColor(java.lang.String value)
Color' attribute.
value - the new value of the 'Color' attribute.getColor()java.lang.String getId()
setId(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerLine_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#getMarkerLine_Label()void setLabel(java.lang.String value)
Label' attribute.
value - the new value of the 'Label' attribute.getLabel()double getThickness()
isSetThickness(),
unsetThickness(),
setThickness(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerLine_Thickness()void setThickness(double value)
Thickness' attribute.
value - the new value of the 'Thickness' attribute.isSetThickness(),
unsetThickness(),
getThickness()void unsetThickness()
Thickness' attribute.
isSetThickness(),
getThickness(),
setThickness(double)boolean isSetThickness()
Thickness' attribute is set.
unsetThickness(),
getThickness(),
setThickness(double)double getValue()
isSetValue(),
unsetValue(),
setValue(double),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerLine_Value()void setValue(double value)
Value' attribute.
value - the new value of the 'Value' attribute.isSetValue(),
unsetValue(),
getValue()void unsetValue()
Value' attribute.
isSetValue(),
getValue(),
setValue(double)boolean isSetValue()
Value' attribute is set.
unsetValue(),
getValue(),
setValue(double)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 | ||||||||