public class Bounds extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{}x"/>
<element ref="{}y"/>
<element ref="{}width"/>
<element ref="{}height"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Height |
height |
protected Width |
width |
protected X |
x |
protected Y |
y |
| Constructor and Description |
|---|
Bounds() |
| Modifier and Type | Method and Description |
|---|---|
Height |
getHeight()
Gets the value of the height property.
|
Width |
getWidth()
Gets the value of the width property.
|
X |
getX()
Gets the value of the x property.
|
Y |
getY()
Gets the value of the y property.
|
void |
setHeight(Height value)
Sets the value of the height property.
|
void |
setWidth(Width value)
Sets the value of the width property.
|
void |
setX(X value)
Sets the value of the x property.
|
void |
setY(Y value)
Sets the value of the y property.
|
protected X x
protected Y y
protected Width width
protected Height height
public void setX(X value)
value - allowed object is
Xpublic void setY(Y value)
value - allowed object is
Ypublic Width getWidth()
Widthpublic void setWidth(Width value)
value - allowed object is
Widthpublic Height getHeight()
HeightCopyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.