public static class Gantt.DateHeader 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"> <sequence> <element name="Tier" maxOccurs="unbounded"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Align" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Tick" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> <element name="Reference"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="value" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="Day0" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Week0" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Month0" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="Year0" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="Tiers" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="TierHeight" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="DayWidth" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="DarkGrid" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="LightGrid" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ColorBackground" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="ColorGridlines" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="AltLight" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="Lightness" type="{http://www.w3.org/2001/XMLSchema}double" /> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
Gantt.DateHeader.Reference
Java class for anonymous complex type.
|
static class |
Gantt.DateHeader.Tier
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected Integer |
altLight |
protected Integer |
colorBackground |
protected Integer |
colorGridlines |
protected Integer |
darkGrid |
protected Integer |
dayWidth |
protected Integer |
lightGrid |
protected Double |
lightness |
protected Gantt.DateHeader.Reference |
reference |
protected List<Gantt.DateHeader.Tier> |
tier |
protected Integer |
tierHeight |
protected Integer |
tiers |
Constructor and Description |
---|
DateHeader() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAltLight()
Gets the value of the altLight property.
|
Integer |
getColorBackground()
Gets the value of the colorBackground property.
|
Integer |
getColorGridlines()
Gets the value of the colorGridlines property.
|
Integer |
getDarkGrid()
Gets the value of the darkGrid property.
|
Integer |
getDayWidth()
Gets the value of the dayWidth property.
|
Integer |
getLightGrid()
Gets the value of the lightGrid property.
|
Double |
getLightness()
Gets the value of the lightness property.
|
Gantt.DateHeader.Reference |
getReference()
Gets the value of the reference property.
|
List<Gantt.DateHeader.Tier> |
getTier()
Gets the value of the tier property.
|
Integer |
getTierHeight()
Gets the value of the tierHeight property.
|
Integer |
getTiers()
Gets the value of the tiers property.
|
void |
setAltLight(Integer value)
Sets the value of the altLight property.
|
void |
setColorBackground(Integer value)
Sets the value of the colorBackground property.
|
void |
setColorGridlines(Integer value)
Sets the value of the colorGridlines property.
|
void |
setDarkGrid(Integer value)
Sets the value of the darkGrid property.
|
void |
setDayWidth(Integer value)
Sets the value of the dayWidth property.
|
void |
setLightGrid(Integer value)
Sets the value of the lightGrid property.
|
void |
setLightness(Double value)
Sets the value of the lightness property.
|
void |
setReference(Gantt.DateHeader.Reference value)
Sets the value of the reference property.
|
void |
setTierHeight(Integer value)
Sets the value of the tierHeight property.
|
void |
setTiers(Integer value)
Sets the value of the tiers property.
|
protected List<Gantt.DateHeader.Tier> tier
protected Gantt.DateHeader.Reference reference
protected Integer tiers
protected Integer tierHeight
protected Integer dayWidth
protected Integer darkGrid
protected Integer lightGrid
protected Integer colorBackground
protected Integer colorGridlines
protected Integer altLight
protected Double lightness
public List<Gantt.DateHeader.Tier> getTier()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the Jakarta XML Binding object.
This is why there is not a set
method for the tier property.
For example, to add a new item, do as follows:
getTier().add(newItem);
Objects of the following type(s) are allowed in the list
Gantt.DateHeader.Tier
public Gantt.DateHeader.Reference getReference()
Gantt.DateHeader.Reference
public void setReference(Gantt.DateHeader.Reference value)
value
- allowed object is
Gantt.DateHeader.Reference
public Integer getTiers()
Integer
public void setTiers(Integer value)
value
- allowed object is
Integer
public Integer getTierHeight()
Integer
public void setTierHeight(Integer value)
value
- allowed object is
Integer
public Integer getDayWidth()
Integer
public void setDayWidth(Integer value)
value
- allowed object is
Integer
public Integer getDarkGrid()
Integer
public void setDarkGrid(Integer value)
value
- allowed object is
Integer
public Integer getLightGrid()
Integer
public void setLightGrid(Integer value)
value
- allowed object is
Integer
public Integer getColorBackground()
Integer
public void setColorBackground(Integer value)
value
- allowed object is
Integer
public Integer getColorGridlines()
Integer
public void setColorGridlines(Integer value)
value
- allowed object is
Integer
public Integer getAltLight()
Integer
public void setAltLight(Integer value)
value
- allowed object is
Integer
public Double getLightness()
Double
Copyright © 2000–2024 Packwood Software. All rights reserved.