Package org.kie.dmn.model.v1_2.dmndi
Class Bounds
- java.lang.Object
-
- org.kie.dmn.model.v1_2.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_2.dmndi.Bounds
-
- All Implemented Interfaces:
Bounds,DMNModelInstrumentedBase
public class Bounds extends KieDMNModelInstrumentedBase implements Bounds
-
-
Constructor Summary
Constructors Constructor Description Bounds()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublegetHeight()Gets the value of the height property.doublegetWidth()Gets the value of the width property.doublegetX()Gets the value of the x property.doublegetY()Gets the value of the y property.voidsetHeight(double value)Sets the value of the height property.voidsetWidth(double value)Sets the value of the width property.voidsetX(double value)Sets the value of the x property.voidsetY(double value)Sets the value of the y property.-
Methods inherited from class org.kie.dmn.model.v1_2.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.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-
-
-
Method Detail
-
setX
public void setX(double value)
Sets the value of the x property.
-
setY
public void setY(double value)
Sets the value of the y property.
-
getWidth
public double getWidth()
Gets the value of the width property.
-
setWidth
public void setWidth(double value)
Sets the value of the width property.
-
getHeight
public double getHeight()
Gets the value of the height property.
-
-