TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.shapes
Interface ShapeType

All Known Implementing Classes:
ShapeTypeImpl

public interface ShapeType

A representation of the model object 'Shape Type'.

The following features are supported:

See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.shapes.ShapesPackage#getShapeType()
Generated
[EMF] Model

Method Summary
 double getHeight()
          Returns the value of the 'Height' attribute
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 java.lang.String getValue()
          Returns the value of the 'Value' attribute
 double getWidth()
          Returns the value of the 'Width' attribute
 boolean isSetHeight()
          Returns whether the value of the 'Height' attribute is set
 boolean isSetWidth()
          Returns whether the value of the 'Width' attribute is set
 void setHeight(double value)
          Sets the value of the 'Height' attribute
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute
 void setWidth(double value)
          Sets the value of the 'Width' attribute
 void unsetHeight()
          Unsets the value of the 'Height' attribute
 void unsetWidth()
          Unsets the value of the 'Width' attribute
 

Method Detail

getValue

public java.lang.String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), org.eclipse.tptp.platform.report.chart.svg.internal.shapes.ShapesPackage#getShapeType_Value()
Generated
[EMF] Model

setValue

public void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

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

getHeight

public double getHeight()
Returns the value of the 'Height' attribute.

If the meaning of the 'Height' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Height' attribute.
See Also:
isSetHeight(), unsetHeight(), setHeight(double), org.eclipse.tptp.platform.report.chart.svg.internal.shapes.ShapesPackage#getShapeType_Height()
Generated
[EMF] Model
unsettable="true" required="true"

setHeight

public void setHeight(double value)
Sets the value of the 'Height' attribute.

Parameters:
value - the new value of the 'Height' attribute.
See Also:
isSetHeight(), unsetHeight(), getHeight()
Generated

unsetHeight

public void unsetHeight()
Unsets the value of the 'Height' attribute.

See Also:
isSetHeight(), getHeight(), setHeight(double)
Generated

isSetHeight

public boolean isSetHeight()
Returns whether the value of the 'Height' attribute is set.

Returns:
whether the value of the 'Height' attribute is set.
See Also:
unsetHeight(), getHeight(), setHeight(double)
Generated

getId

public java.lang.String getId()
Returns the value of the 'Id' attribute.

If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), org.eclipse.tptp.platform.report.chart.svg.internal.shapes.ShapesPackage#getShapeType_Id()
Generated
[EMF] Model
id="true"

setId

public 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

getWidth

public double getWidth()
Returns the value of the 'Width' attribute.

If the meaning of the 'Width' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Width' attribute.
See Also:
isSetWidth(), unsetWidth(), setWidth(double), org.eclipse.tptp.platform.report.chart.svg.internal.shapes.ShapesPackage#getShapeType_Width()
Generated
[EMF] Model
unsettable="true" required="true"

setWidth

public void setWidth(double value)
Sets the value of the 'Width' attribute.

Parameters:
value - the new value of the 'Width' attribute.
See Also:
isSetWidth(), unsetWidth(), getWidth()
Generated

unsetWidth

public void unsetWidth()
Unsets the value of the 'Width' attribute.

See Also:
isSetWidth(), getWidth(), setWidth(double)
Generated

isSetWidth

public boolean isSetWidth()
Returns whether the value of the 'Width' attribute is set.

Returns:
whether the value of the 'Width' attribute is set.
See Also:
unsetWidth(), getWidth(), setWidth(double)
Generated

TPTP 4.2.0 Platform Project
Internal API Specification