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()
Integer
public void setStyle(Integer value)
value
- allowed object is
Integer
public Integer getSize()
Integer
public void setSize(Integer value)
value
- allowed object is
Integer
public Integer getColor()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.