public class LayerLineBounds extends Object
Java class for layerLineBounds complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="layerLineBounds"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="sx" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <attribute name="sy" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <attribute name="ex" type="{http://www.w3.org/2001/XMLSchema}decimal" /> <attribute name="ey" type="{http://www.w3.org/2001/XMLSchema}decimal" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected BigDecimal |
ex |
protected BigDecimal |
ey |
protected BigDecimal |
sx |
protected BigDecimal |
sy |
Constructor and Description |
---|
LayerLineBounds() |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
getEx()
Gets the value of the ex property.
|
BigDecimal |
getEy()
Gets the value of the ey property.
|
BigDecimal |
getSx()
Gets the value of the sx property.
|
BigDecimal |
getSy()
Gets the value of the sy property.
|
void |
setEx(BigDecimal value)
Sets the value of the ex property.
|
void |
setEy(BigDecimal value)
Sets the value of the ey property.
|
void |
setSx(BigDecimal value)
Sets the value of the sx property.
|
void |
setSy(BigDecimal value)
Sets the value of the sy property.
|
protected BigDecimal sx
protected BigDecimal sy
protected BigDecimal ex
protected BigDecimal ey
public BigDecimal getSx()
BigDecimal
public void setSx(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getSy()
BigDecimal
public void setSy(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getEx()
BigDecimal
public void setEx(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getEy()
BigDecimal
public void setEy(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2018. All rights reserved.