TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
MarkerLineImpl, SVGMarkerLineImpl

public interface MarkerLine

A representation of the model object 'Marker Line'.

The following features are supported:

Generated
[EMF] Model

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

getColor

java.lang.String getColor()
Returns the value of the 'Color' attribute.

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

setColor

void setColor(java.lang.String value)
Sets the value of the 'Color' attribute.

Parameters:
value - the new value of the 'Color' attribute.
See Also:
getColor()
Generated

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#getMarkerLine_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#getMarkerLine_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

getThickness

double getThickness()
Returns the value of the 'Thickness' attribute.

Returns:
the value of the 'Thickness' attribute.
See Also:
isSetThickness(), unsetThickness(), setThickness(double), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerLine_Thickness()
Generated
[EMF] Model
unsettable="true"

setThickness

void setThickness(double value)
Sets the value of the 'Thickness' attribute.

Parameters:
value - the new value of the 'Thickness' attribute.
See Also:
isSetThickness(), unsetThickness(), getThickness()
Generated

unsetThickness

void unsetThickness()
Unsets the value of the 'Thickness' attribute.

See Also:
isSetThickness(), getThickness(), setThickness(double)
Generated

isSetThickness

boolean isSetThickness()
Returns whether the value of the 'Thickness' attribute is set.

Returns:
whether the value of the 'Thickness' attribute is set.
See Also:
unsetThickness(), getThickness(), setThickness(double)
Generated

getValue

double getValue()
Returns the value of the 'Value' attribute.

Returns:
the value of the 'Value' attribute.
See Also:
isSetValue(), unsetValue(), setValue(double), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getMarkerLine_Value()
Generated
[EMF] Model
unsettable="true"

setValue

void setValue(double value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
isSetValue(), unsetValue(), getValue()
Generated

unsetValue

void unsetValue()
Unsets the value of the 'Value' attribute.

See Also:
isSetValue(), getValue(), setValue(double)
Generated

isSetValue

boolean isSetValue()
Returns whether the value of the 'Value' attribute is set.

Returns:
whether the value of the 'Value' attribute is set.
See Also:
unsetValue(), getValue(), setValue(double)
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