public static class Gantt.ChartColor 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="ChartBack" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="BorderBack" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="LeftPanelBack" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="LeftPanelGrid" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="RightPanelHGrid" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="RightPanelVGridDark" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="RightPanelVGridLight" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="HolidayShade" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="SelectedRowBack" type="{http://www.w3.org/2001/XMLSchema}int" />
<attribute name="SelectedRowFore" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
borderBack |
protected Integer |
chartBack |
protected Integer |
holidayShade |
protected Integer |
leftPanelBack |
protected Integer |
leftPanelGrid |
protected Integer |
rightPanelHGrid |
protected Integer |
rightPanelVGridDark |
protected Integer |
rightPanelVGridLight |
protected Integer |
selectedRowBack |
protected Integer |
selectedRowFore |
| Constructor and Description |
|---|
ChartColor() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getBorderBack()
Gets the value of the borderBack property.
|
Integer |
getChartBack()
Gets the value of the chartBack property.
|
Integer |
getHolidayShade()
Gets the value of the holidayShade property.
|
Integer |
getLeftPanelBack()
Gets the value of the leftPanelBack property.
|
Integer |
getLeftPanelGrid()
Gets the value of the leftPanelGrid property.
|
Integer |
getRightPanelHGrid()
Gets the value of the rightPanelHGrid property.
|
Integer |
getRightPanelVGridDark()
Gets the value of the rightPanelVGridDark property.
|
Integer |
getRightPanelVGridLight()
Gets the value of the rightPanelVGridLight property.
|
Integer |
getSelectedRowBack()
Gets the value of the selectedRowBack property.
|
Integer |
getSelectedRowFore()
Gets the value of the selectedRowFore property.
|
void |
setBorderBack(Integer value)
Sets the value of the borderBack property.
|
void |
setChartBack(Integer value)
Sets the value of the chartBack property.
|
void |
setHolidayShade(Integer value)
Sets the value of the holidayShade property.
|
void |
setLeftPanelBack(Integer value)
Sets the value of the leftPanelBack property.
|
void |
setLeftPanelGrid(Integer value)
Sets the value of the leftPanelGrid property.
|
void |
setRightPanelHGrid(Integer value)
Sets the value of the rightPanelHGrid property.
|
void |
setRightPanelVGridDark(Integer value)
Sets the value of the rightPanelVGridDark property.
|
void |
setRightPanelVGridLight(Integer value)
Sets the value of the rightPanelVGridLight property.
|
void |
setSelectedRowBack(Integer value)
Sets the value of the selectedRowBack property.
|
void |
setSelectedRowFore(Integer value)
Sets the value of the selectedRowFore property.
|
protected Integer chartBack
protected Integer borderBack
protected Integer leftPanelBack
protected Integer leftPanelGrid
protected Integer rightPanelHGrid
protected Integer rightPanelVGridDark
protected Integer rightPanelVGridLight
protected Integer holidayShade
protected Integer selectedRowBack
protected Integer selectedRowFore
public Integer getChartBack()
Integerpublic void setChartBack(Integer value)
value - allowed object is
Integerpublic Integer getBorderBack()
Integerpublic void setBorderBack(Integer value)
value - allowed object is
Integerpublic Integer getLeftPanelBack()
Integerpublic void setLeftPanelBack(Integer value)
value - allowed object is
Integerpublic Integer getLeftPanelGrid()
Integerpublic void setLeftPanelGrid(Integer value)
value - allowed object is
Integerpublic Integer getRightPanelHGrid()
Integerpublic void setRightPanelHGrid(Integer value)
value - allowed object is
Integerpublic Integer getRightPanelVGridDark()
Integerpublic void setRightPanelVGridDark(Integer value)
value - allowed object is
Integerpublic Integer getRightPanelVGridLight()
Integerpublic void setRightPanelVGridLight(Integer value)
value - allowed object is
Integerpublic Integer getHolidayShade()
Integerpublic void setHolidayShade(Integer value)
value - allowed object is
Integerpublic Integer getSelectedRowBack()
Integerpublic void setSelectedRowBack(Integer value)
value - allowed object is
Integerpublic Integer getSelectedRowFore()
IntegerCopyright © 2000–2025 MPXJ. All rights reserved.