public static class Gantt.Padding extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Left" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Top" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Right" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Bottom" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
bottom |
protected Integer |
left |
protected Integer |
right |
protected Integer |
top |
| Constructor and Description |
|---|
Padding() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBottom()
Gets the value of the bottom property.
|
Integer |
getLeft()
Gets the value of the left property.
|
Integer |
getRight()
Gets the value of the right property.
|
Integer |
getTop()
Gets the value of the top property.
|
void |
setBottom(Integer value)
Sets the value of the bottom property.
|
void |
setLeft(Integer value)
Sets the value of the left property.
|
void |
setRight(Integer value)
Sets the value of the right property.
|
void |
setTop(Integer value)
Sets the value of the top property.
|
protected Integer left
protected Integer top
protected Integer right
protected Integer bottom
public Integer getLeft()
Integerpublic void setLeft(Integer value)
value - allowed object is
Integerpublic Integer getTop()
Integerpublic void setTop(Integer value)
value - allowed object is
Integerpublic Integer getRight()
Integerpublic void setRight(Integer value)
value - allowed object is
Integerpublic Integer getBottom()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.