public class Bounds extends Object
Java class for Bounds complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Bounds">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="x" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="y" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="width" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
<attribute name="height" use="required" type="{http://www.w3.org/2001/XMLSchema}double" />
</restriction>
</complexContent>
</complexType>
| 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.
|
@XStreamAsAttribute protected double x
@XStreamAsAttribute protected double y
@XStreamAsAttribute protected double width
@XStreamAsAttribute protected double height
public double getX()
public void setX(double value)
public double getY()
public void setY(double value)
public double getWidth()
public void setWidth(double value)
public double getHeight()
public void setHeight(double value)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.