public class AreaType extends Object
Java class for areaType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="areaType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="left" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="top" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="right" type="{http://www.w3.org/2001/XMLSchema}float"/>
<element name="lower" type="{http://www.w3.org/2001/XMLSchema}float"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
left |
protected float |
lower |
protected float |
right |
protected float |
top |
| Constructor and Description |
|---|
AreaType() |
| Modifier and Type | Method and Description |
|---|---|
float |
getLeft()
Gets the value of the left property.
|
float |
getLower()
Gets the value of the lower property.
|
float |
getRight()
Gets the value of the right property.
|
float |
getTop()
Gets the value of the top property.
|
void |
setLeft(float value)
Sets the value of the left property.
|
void |
setLower(float value)
Sets the value of the lower property.
|
void |
setRight(float value)
Sets the value of the right property.
|
void |
setTop(float value)
Sets the value of the top property.
|
AreaType |
withLeft(float value) |
AreaType |
withLower(float value) |
AreaType |
withRight(float value) |
AreaType |
withTop(float value) |
protected float left
protected float top
protected float right
protected float lower
public float getLeft()
public void setLeft(float value)
public float getTop()
public void setTop(float value)
public float getRight()
public void setRight(float value)
public float getLower()
public void setLower(float value)
public AreaType withLeft(float value)
public AreaType withTop(float value)
public AreaType withRight(float value)
public AreaType withLower(float value)
Copyright © 2021. All rights reserved.