public static class Gantt.BarStyles 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="Type" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Color" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Color2" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Color3" type="{http://www.w3.org/2001/XMLSchema}int" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
color |
protected Integer |
color2 |
protected Integer |
color3 |
protected Integer |
type |
Constructor and Description |
---|
BarStyles() |
Modifier and Type | Method and Description |
---|---|
Integer |
getColor()
Gets the value of the color property.
|
Integer |
getColor2()
Gets the value of the color2 property.
|
Integer |
getColor3()
Gets the value of the color3 property.
|
Integer |
getType()
Gets the value of the type property.
|
void |
setColor(Integer value)
Sets the value of the color property.
|
void |
setColor2(Integer value)
Sets the value of the color2 property.
|
void |
setColor3(Integer value)
Sets the value of the color3 property.
|
void |
setType(Integer value)
Sets the value of the type property.
|
protected Integer type
protected Integer color
protected Integer color2
protected Integer color3
public Integer getType()
Integer
public void setType(Integer value)
value
- allowed object is
Integer
public Integer getColor()
Integer
public void setColor(Integer value)
value
- allowed object is
Integer
public Integer getColor2()
Integer
public void setColor2(Integer value)
value
- allowed object is
Integer
public Integer getColor3()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.