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()
Integer
public void setChartBack(Integer value)
value
- allowed object is
Integer
public Integer getBorderBack()
Integer
public void setBorderBack(Integer value)
value
- allowed object is
Integer
public Integer getLeftPanelBack()
Integer
public void setLeftPanelBack(Integer value)
value
- allowed object is
Integer
public Integer getLeftPanelGrid()
Integer
public void setLeftPanelGrid(Integer value)
value
- allowed object is
Integer
public Integer getRightPanelHGrid()
Integer
public void setRightPanelHGrid(Integer value)
value
- allowed object is
Integer
public Integer getRightPanelVGridDark()
Integer
public void setRightPanelVGridDark(Integer value)
value
- allowed object is
Integer
public Integer getRightPanelVGridLight()
Integer
public void setRightPanelVGridLight(Integer value)
value
- allowed object is
Integer
public Integer getHolidayShade()
Integer
public void setHolidayShade(Integer value)
value
- allowed object is
Integer
public Integer getSelectedRowBack()
Integer
public void setSelectedRowBack(Integer value)
value
- allowed object is
Integer
public Integer getSelectedRowFore()
Integer
Copyright © 2000–2024 Packwood Software. All rights reserved.