TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
ShapesImpl, SVGShapesImpl

public interface Shapes

A representation of the model object 'Shapes'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 java.lang.String getLocation()
          Returns the value of the 'Location' attribute
 java.util.List getShape()
          Returns the value of the 'Shape' containment reference list.
 java.lang.String getVisibility()
          Returns the value of the 'Visibility' attribute
 void setLocation(java.lang.String value)
          Sets the value of the 'Location' attribute
 void setVisibility(java.lang.String value)
          Sets the value of the 'Visibility' attribute
 

Method Detail

getLocation

java.lang.String getLocation()
Returns the value of the 'Location' attribute.

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

setLocation

void setLocation(java.lang.String value)
Sets the value of the 'Location' attribute.

Parameters:
value - the new value of the 'Location' attribute.
See Also:
getLocation()
Generated

getVisibility

java.lang.String getVisibility()
Returns the value of the 'Visibility' attribute.

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

setVisibility

void setVisibility(java.lang.String value)
Sets the value of the 'Visibility' attribute.

Parameters:
value - the new value of the 'Visibility' attribute.
See Also:
getVisibility()
Generated

getShape

java.util.List getShape()
Returns the value of the 'Shape' containment reference list. The list contents are of type Shape.

Returns:
the value of the 'Shape' containment reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getShapes_Shape()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.report.chart.svg.internal.input.Shape" containment="true"

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