public static class Gantt.PrintToImageFile 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="allRows" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="fromTask" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="toTask" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="numberOfLeftColumnsCompDisp" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="numberOfLeftColumns" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="showTaskNumbers" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="dateOnRightCompDisp" type="{http://www.w3.org/2001/XMLSchema}int" /> <attribute name="fromDate" type="{http://www.w3.org/2001/XMLSchema}date" /> <attribute name="toDate" type="{http://www.w3.org/2001/XMLSchema}date" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected Integer |
allRows |
protected Integer |
dateOnRightCompDisp |
protected LocalDate |
fromDate |
protected Integer |
fromTask |
protected Integer |
numberOfLeftColumns |
protected Integer |
numberOfLeftColumnsCompDisp |
protected Integer |
showTaskNumbers |
protected LocalDate |
toDate |
protected Integer |
toTask |
Constructor and Description |
---|
PrintToImageFile() |
Modifier and Type | Method and Description |
---|---|
Integer |
getAllRows()
Gets the value of the allRows property.
|
Integer |
getDateOnRightCompDisp()
Gets the value of the dateOnRightCompDisp property.
|
LocalDate |
getFromDate()
Gets the value of the fromDate property.
|
Integer |
getFromTask()
Gets the value of the fromTask property.
|
Integer |
getNumberOfLeftColumns()
Gets the value of the numberOfLeftColumns property.
|
Integer |
getNumberOfLeftColumnsCompDisp()
Gets the value of the numberOfLeftColumnsCompDisp property.
|
Integer |
getShowTaskNumbers()
Gets the value of the showTaskNumbers property.
|
LocalDate |
getToDate()
Gets the value of the toDate property.
|
Integer |
getToTask()
Gets the value of the toTask property.
|
void |
setAllRows(Integer value)
Sets the value of the allRows property.
|
void |
setDateOnRightCompDisp(Integer value)
Sets the value of the dateOnRightCompDisp property.
|
void |
setFromDate(LocalDate value)
Sets the value of the fromDate property.
|
void |
setFromTask(Integer value)
Sets the value of the fromTask property.
|
void |
setNumberOfLeftColumns(Integer value)
Sets the value of the numberOfLeftColumns property.
|
void |
setNumberOfLeftColumnsCompDisp(Integer value)
Sets the value of the numberOfLeftColumnsCompDisp property.
|
void |
setShowTaskNumbers(Integer value)
Sets the value of the showTaskNumbers property.
|
void |
setToDate(LocalDate value)
Sets the value of the toDate property.
|
void |
setToTask(Integer value)
Sets the value of the toTask property.
|
protected Integer allRows
protected Integer fromTask
protected Integer toTask
protected Integer numberOfLeftColumnsCompDisp
protected Integer numberOfLeftColumns
protected Integer showTaskNumbers
protected Integer dateOnRightCompDisp
protected LocalDate fromDate
protected LocalDate toDate
public Integer getAllRows()
Integer
public void setAllRows(Integer value)
value
- allowed object is
Integer
public Integer getFromTask()
Integer
public void setFromTask(Integer value)
value
- allowed object is
Integer
public Integer getToTask()
Integer
public void setToTask(Integer value)
value
- allowed object is
Integer
public Integer getNumberOfLeftColumnsCompDisp()
Integer
public void setNumberOfLeftColumnsCompDisp(Integer value)
value
- allowed object is
Integer
public Integer getNumberOfLeftColumns()
Integer
public void setNumberOfLeftColumns(Integer value)
value
- allowed object is
Integer
public Integer getShowTaskNumbers()
Integer
public void setShowTaskNumbers(Integer value)
value
- allowed object is
Integer
public Integer getDateOnRightCompDisp()
Integer
public void setDateOnRightCompDisp(Integer value)
value
- allowed object is
Integer
public LocalDate getFromDate()
String
public void setFromDate(LocalDate value)
value
- allowed object is
String
public LocalDate getToDate()
String
Copyright © 2000–2024 Packwood Software. All rights reserved.