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="h" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="w" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<minInclusive value="0.0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="x" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
</restriction>
</simpleType>
</attribute>
<attribute name="y" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected BigDecimal |
h |
protected BigDecimal |
w |
protected BigDecimal |
x |
protected BigDecimal |
y |
| Constructor and Description |
|---|
Bounds() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getH()
Gets the value of the h property.
|
BigDecimal |
getW()
Gets the value of the w property.
|
BigDecimal |
getX()
Gets the value of the x property.
|
BigDecimal |
getY()
Gets the value of the y property.
|
void |
setH(BigDecimal value)
Sets the value of the h property.
|
void |
setW(BigDecimal value)
Sets the value of the w property.
|
void |
setX(BigDecimal value)
Sets the value of the x property.
|
void |
setY(BigDecimal value)
Sets the value of the y property.
|
protected BigDecimal h
protected BigDecimal w
protected BigDecimal x
protected BigDecimal y
public BigDecimal getH()
BigDecimalpublic void setH(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getW()
BigDecimalpublic void setW(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getX()
BigDecimalpublic void setX(BigDecimal value)
value - allowed object is
BigDecimalpublic BigDecimal getY()
BigDecimalpublic void setY(BigDecimal value)
value - allowed object is
BigDecimalCopyright © 2018. All rights reserved.