public class Bounds extends KieDMNModelInstrumentedBase implements Bounds
Modifier and Type | Field and Description |
---|---|
protected double |
height |
protected double |
width |
protected double |
x |
protected double |
y |
Constructor and Description |
---|
Bounds() |
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Gets the value of the height property.
|
double |
getWidth()
Gets the value of the width property.
|
double |
getX()
Gets the value of the x property.
|
double |
getY()
Gets the value of the y property.
|
void |
setHeight(double value)
Sets the value of the height property.
|
void |
setWidth(double value)
Sets the value of the width property.
|
void |
setX(double value)
Sets the value of the x property.
|
void |
setY(double value)
Sets the value of the y property.
|
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected double x
protected double y
protected double width
protected double height
public void setX(double value)
public void setY(double value)
public double getWidth()
public void setWidth(double value)
public double getHeight()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.