Package org.omg.spec.bpmn.model
Class Shape
- java.lang.Object
-
- org.omg.spec.bpmn.model.DiagramElement
-
- org.omg.spec.bpmn.model.Node
-
- org.omg.spec.bpmn.model.Shape
-
- Direct Known Subclasses:
LabeledShape
public abstract class Shape extends Node
Java class for Shape complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Shape"> <complexContent> <extension base="{http://www.omg.org/spec/DD/20100524/DI}Node"> <sequence> <element ref="{http://www.omg.org/spec/DD/20100524/DC}Bounds"/> </sequence> <anyAttribute processContents='lax' namespace='##other'/> </extension> </complexContent> </complexType>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.omg.spec.bpmn.model.DiagramElement
DiagramElement.Extension
-
-
Field Summary
Fields Modifier and Type Field Description protected Bounds
bounds
-
Fields inherited from class org.omg.spec.bpmn.model.DiagramElement
extension, id
-
-
Constructor Summary
Constructors Constructor Description Shape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bounds
getBounds()
Gets the value of the bounds property.void
setBounds(Bounds value)
Sets the value of the bounds property.-
Methods inherited from class org.omg.spec.bpmn.model.DiagramElement
getExtension, getId, getOtherAttributes, setExtension, setId
-
-
-
-
Field Detail
-
bounds
protected Bounds bounds
-
-