Package org.kie.dmn.model.v1_3.dmndi
Class Shape
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.dmndi.DiagramElement
-
- org.kie.dmn.model.v1_3.dmndi.Shape
-
- All Implemented Interfaces:
DiagramElement,Shape,DMNModelInstrumentedBase
public abstract class Shape extends DiagramElement implements Shape
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_3.dmndi.DiagramElement
DiagramElement.Extension
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.dmndi.DiagramElement
DiagramElement.Extension
-
-
Field Summary
Fields Modifier and Type Field Description protected Boundsbounds-
Fields inherited from class org.kie.dmn.model.v1_3.dmndi.DiagramElement
extension, id, sharedStyle, style
-
-
Constructor Summary
Constructors Constructor Description Shape()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundsgetBounds()the optional bounds of the shape relative to the origin of its nesting plane.voidsetBounds(Bounds value)Sets the value of the bounds property.-
Methods inherited from class org.kie.dmn.model.v1_3.dmndi.DiagramElement
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
-
Methods inherited from class org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.dmndi.DiagramElement
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-