public static class Gantt.Display 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="Width" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Height" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Split" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
height |
protected Integer |
split |
protected Integer |
width |
| Constructor and Description |
|---|
Display() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHeight()
Gets the value of the height property.
|
Integer |
getSplit()
Gets the value of the split property.
|
Integer |
getWidth()
Gets the value of the width property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setSplit(Integer value)
Sets the value of the split property.
|
void |
setWidth(Integer value)
Sets the value of the width property.
|
protected Integer width
protected Integer height
protected Integer split
public Integer getWidth()
Integerpublic void setWidth(Integer value)
value - allowed object is
Integerpublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic Integer getSplit()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.