TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
SizeImpl, SVGSizeImpl

public interface Size

A representation of the model object 'Size'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 double getHeight()
          Returns the value of the 'Height' 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 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

getHeight

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

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

setHeight

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

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

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

isSetHeight

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

getWidth

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

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

setWidth

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

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

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

isSetWidth

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

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