public class DegradedShapeInBlockDiagram extends Object
Java class for degradedShapeInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="degradedShapeInBlockDiagram"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="width" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="height" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}short"> <minInclusive value="0"/> </restriction> </simpleType> </attribute> <attribute name="offsetX" use="required"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}decimal"> </restriction> </simpleType> </attribute> <attribute name="offsetY" 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 short |
height |
protected BigDecimal |
offsetX |
protected BigDecimal |
offsetY |
protected short |
width |
Constructor and Description |
---|
DegradedShapeInBlockDiagram() |
Modifier and Type | Method and Description |
---|---|
short |
getHeight()
Gets the value of the height property.
|
BigDecimal |
getOffsetX()
Gets the value of the offsetX property.
|
BigDecimal |
getOffsetY()
Gets the value of the offsetY property.
|
short |
getWidth()
Gets the value of the width property.
|
void |
setHeight(short value)
Sets the value of the height property.
|
void |
setOffsetX(BigDecimal value)
Sets the value of the offsetX property.
|
void |
setOffsetY(BigDecimal value)
Sets the value of the offsetY property.
|
void |
setWidth(short value)
Sets the value of the width property.
|
protected short width
protected short height
protected BigDecimal offsetX
protected BigDecimal offsetY
public short getWidth()
public void setWidth(short value)
public short getHeight()
public void setHeight(short value)
public BigDecimal getOffsetX()
BigDecimal
public void setOffsetX(BigDecimal value)
value
- allowed object is
BigDecimal
public BigDecimal getOffsetY()
BigDecimal
public void setOffsetY(BigDecimal value)
value
- allowed object is
BigDecimal
Copyright © 2018. All rights reserved.