public abstract class Shape extends DiagramElement
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/CMMN/20151109/DI}DiagramElement">
<sequence>
<element ref="{http://www.omg.org/spec/CMMN/20151109/DC}Bounds" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</extension>
</complexContent>
</complexType>
DiagramElement.Extension| Modifier and Type | Field and Description |
|---|---|
protected Bounds |
bounds |
extension, id, sharedStyle, style| Constructor and Description |
|---|
Shape() |
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds()
the optional bounds of the shape relative to the origin of its nesting plane.
|
void |
setBounds(Bounds value)
Sets the value of the bounds property.
|
getExtension, getId, getOtherAttributes, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyleprotected Bounds bounds
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.