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.
|
int |
getPageSize()
The output page size.
|
Date |
getStartDate()
The start date of the Gantt Chart View to be included into the output.
|
int |
getTimeUnit()
The time unit.
|
void |
setEndDate(Date value)
The end date of the Gantt Chart View to be included into the output.
|
void |
setPageSize(int 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(int 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.
<remark>
Use this option when you need to render part of the project
within specified time interval of the Gantt Chart View.
</remark>
public final int getPageSize()
The output page size.
public final Date getStartDate()
The start date of the Gantt Chart View to be included into the output.
<remark>
Use this option when you need to render part of the project
within specified time interval of the Gantt Chart View.
</remark>
public final int getTimeUnit()
The time unit.
public final void setEndDate(Date value)
The end date of the Gantt Chart View to be included into the output.
<remark>
Use this option when you need to render part of the project
within specified time interval of the Gantt Chart View.
</remark>
public final void setPageSize(int 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.
<remark>
Use this option when you need to render part of the project
within specified time interval of the Gantt Chart View.
</remark>
public final void setTimeUnit(int value)
The time unit.
Copyright © 2020. All rights reserved.