public static class Gantt.TextStyles.Font 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="Style" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Size" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="Color" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
color |
protected Integer |
size |
protected Integer |
style |
| Constructor and Description |
|---|
Font() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getColor()
Gets the value of the color property.
|
Integer |
getSize()
Gets the value of the size property.
|
Integer |
getStyle()
Gets the value of the style property.
|
void |
setColor(Integer value)
Sets the value of the color property.
|
void |
setSize(Integer value)
Sets the value of the size property.
|
void |
setStyle(Integer value)
Sets the value of the style property.
|
protected Integer style
protected Integer size
protected Integer color
public Integer getStyle()
Integerpublic void setStyle(Integer value)
value - allowed object is
Integerpublic Integer getSize()
Integerpublic void setSize(Integer value)
value - allowed object is
Integerpublic Integer getColor()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.