public class ProjectManagementOptions extends Object
Provides options for rendering project management files.
Constructor and Description |
---|
ProjectManagementOptions()
Creates new instance of
ProjectManagementOptions class. |
Modifier and Type | Method and Description |
---|---|
Date |
getEndDate()
The end date of the Gantt Chart View to be included into the output.
|
PageSize |
getPageSize()
The output page size.
|
Date |
getStartDate()
The start date of the Gantt Chart View to be included into the output.
|
TimeUnit |
getTimeUnit()
The time unit.
|
void |
setEndDate(Date value)
The end date of the Gantt Chart View to be included into the output.
|
void |
setPageSize(PageSize value)
The output page size.
|
void |
setStartDate(Date value)
The start date of the Gantt Chart View to be included into the output.
|
void |
setTimeUnit(TimeUnit value)
The time unit.
|
public ProjectManagementOptions()
Creates new instance of ProjectManagementOptions
class.
public final Date getEndDate()
The end date of the Gantt Chart View to be included into the output.
Note:
Use this option when you need to render part of the project within specified time interval of the Gantt Chart View.
public final PageSize getPageSize()
The output page size.
public final Date getStartDate()
The start date of the Gantt Chart View to be included into the output.
Note:
Use this option when you need to render part of the project within specified time interval of the Gantt Chart View.
public final TimeUnit getTimeUnit()
The time unit.
public final void setEndDate(Date value)
The end date of the Gantt Chart View to be included into the output.
Note:
Use this option when you need to render part of the project within specified time interval of the Gantt Chart View.
public final void setPageSize(PageSize value)
The output page size.
value
- The output page size.public final void setStartDate(Date value)
The start date of the Gantt Chart View to be included into the output.
Note:
Use this option when you need to render part of the project within specified time interval of the Gantt Chart View.
public final void setTimeUnit(TimeUnit value)
The time unit.
value
- The time unit.