public class ProgressLines extends Object
Represents progress lines in a Gantt Chart view.
Constructor and Description |
---|
ProgressLines() |
Modifier and Type | Method and Description |
---|---|
Date |
getBeginAtDate()
Gets the date to display progress lines from.
|
boolean |
getBeginAtProjectStart()
Gets a value indicating whether to display progress lines from the beginning of the project start date.
|
int |
getDateFormat()
Gets the date format (
DateLabel ). |
boolean |
getDisplayAtCurrentDate()
Gets a value indicating whether to display progress line at current date.
|
boolean |
getDisplayAtRecurringIntervals()
Gets a value indicating whether to display progress line at recurring intervals.
|
boolean |
getDisplaySelected()
Gets a value indicating whether to display progress lines at the selected dates.
|
Font |
getFont()
Gets the font used for progress line label.
|
Color |
getLineColor()
Gets the line color for current progress line.
|
int |
getLinePattern()
Gets the line pattern of current progress line.
|
Color |
getOtherLineColor()
Gets the color of other progress line.
|
int |
getOtherLinePattern()
Gets the line pattern for other progress line.
|
Color |
getOtherProgressPointColor()
Gets the color of other progress point.
|
int |
getOtherProgressPointShape()
Gets the progress point shape of other progress line.
|
Color |
getProgressPointColor()
Gets the color of progress point.
|
int |
getProgressPointShape()
Gets the progress point shape.
|
RecurringInterval |
getRecurringInterval()
Gets the recurring interval.
|
List<Date> |
getSelectedDates()
Gets the list of selected dates to display progress lines for.
|
boolean |
getShowDate()
Gets a value indicating whether to show date for each progress line.
|
boolean |
isBaselinePlan()
Gets a value indicating whether to display progress lines for baseline plan or actual.
|
void |
isBaselinePlan(boolean value)
Sets a value indicating whether to display progress lines for baseline plan or actual.
|
void |
setBeginAtDate(Date value)
Sets the date to display progress lines from.
|
void |
setBeginAtProjectStart(boolean value)
Sets a value indicating whether to display progress lines from the beginning of the project start date.
|
void |
setDateFormat(int value)
Sets the date format (
DateLabel ). |
void |
setDisplayAtCurrentDate(boolean value)
Sets a value indicating whether to display progress line at current date.
|
void |
setDisplayAtRecurringIntervals(boolean value)
Sets a value indicating whether to display progress line at recurring intervals.
|
void |
setDisplaySelected(boolean value)
Sets a value indicating whether to display progress lines at the selected dates.
|
void |
setFont(Font value)
Sets the font used for progress line label.
|
void |
setLineColor(Color value)
Sets the line color for current progress line.
|
void |
setLinePattern(int value)
Sets the line pattern of current progress line.
|
void |
setOtherLineColor(Color value)
Sets the color of other progress line.
|
void |
setOtherLinePattern(int value)
Sets the line pattern for other progress line.
|
void |
setOtherProgressPointColor(Color value)
Sets the color of other progress point.
|
void |
setOtherProgressPointShape(int value)
Sets the progress point shape of other progress line.
|
void |
setProgressPointColor(Color value)
Sets the color of progress point.
|
void |
setProgressPointShape(int value)
Sets the progress point shape.
|
void |
setRecurringInterval(RecurringInterval value)
Sets the recurring interval.
|
void |
setShowDate(boolean value)
Sets a value indicating whether to show date for each progress line.
|
public final Date getBeginAtDate()
Gets the date to display progress lines from.
public final void setBeginAtDate(Date value)
Sets the date to display progress lines from.
value
- the date to display progress lines from.public final boolean getBeginAtProjectStart()
Gets a value indicating whether to display progress lines from the beginning of the project start date.
public final void setBeginAtProjectStart(boolean value)
Sets a value indicating whether to display progress lines from the beginning of the project start date.
value
- a value indicating whether to display progress lines from the beginning of the project start
date.public final int getDateFormat()
Gets the date format (DateLabel
).
DateLabel
).public final void setDateFormat(int value)
Sets the date format (DateLabel
).
value
- the date format (DateLabel
).public final boolean getDisplayAtCurrentDate()
Gets a value indicating whether to display progress line at current date.
public final void setDisplayAtCurrentDate(boolean value)
Sets a value indicating whether to display progress line at current date.
value
- a value indicating whether to display progress line at current date.public final boolean getDisplayAtRecurringIntervals()
Gets a value indicating whether to display progress line at recurring intervals.
public final void setDisplayAtRecurringIntervals(boolean value)
Sets a value indicating whether to display progress line at recurring intervals.
value
- a value indicating whether to display progress line at recurring intervals.public final boolean getDisplaySelected()
Gets a value indicating whether to display progress lines at the selected dates.
public final void setDisplaySelected(boolean value)
Sets a value indicating whether to display progress lines at the selected dates.
value
- a value indicating whether to display progress lines at the selected dates.public final Font getFont()
Gets the font used for progress line label.
public final void setFont(Font value)
Sets the font used for progress line label.
value
- the font used for progress line label.public final Color getLineColor()
Gets the line color for current progress line.
public final void setLineColor(Color value)
Sets the line color for current progress line.
value
- the line color for current progress line.public final int getLinePattern()
Gets the line pattern of current progress line.
LinePattern
(getLinePattern()
/setLinePattern(int)
).
public final void setLinePattern(int value)
Sets the line pattern of current progress line.
LinePattern
(getLinePattern()
/setLinePattern(int)
).
value
- the line pattern of current progress line.public final Color getOtherLineColor()
Gets the color of other progress line.
public final void setOtherLineColor(Color value)
Sets the color of other progress line.
value
- the color of other progress line.public final int getOtherLinePattern()
Gets the line pattern for other progress line.
public final void setOtherLinePattern(int value)
Sets the line pattern for other progress line.
value
- the line pattern for other progress line.public final Color getOtherProgressPointColor()
Gets the color of other progress point.
public final void setOtherProgressPointColor(Color value)
Sets the color of other progress point.
value
- the color of other progress point.public final int getOtherProgressPointShape()
Gets the progress point shape of other progress line.
public final void setOtherProgressPointShape(int value)
Sets the progress point shape of other progress line.
value
- the progress point shape of other progress line.public final Color getProgressPointColor()
Gets the color of progress point.
public final void setProgressPointColor(Color value)
Sets the color of progress point.
value
- the color of progress point.public final int getProgressPointShape()
Gets the progress point shape.
GanttBarEndShape
.
public final void setProgressPointShape(int value)
Sets the progress point shape.
GanttBarEndShape
.
value
- the progress point shape.public final RecurringInterval getRecurringInterval()
Gets the recurring interval.
RecurringInterval
(getRecurringInterval()
/setRecurringInterval(RecurringInterval)
).
public final void setRecurringInterval(RecurringInterval value)
Sets the recurring interval.
RecurringInterval
(getRecurringInterval()
/setRecurringInterval(RecurringInterval)
).
value
- the recurring interval.public final List<Date> getSelectedDates()
Gets the list of selected dates to display progress lines for.
public final boolean getShowDate()
Gets a value indicating whether to show date for each progress line.
public final void setShowDate(boolean value)
Sets a value indicating whether to show date for each progress line.
value
- a value indicating whether to show date for each progress line.public final boolean isBaselinePlan()
Gets a value indicating whether to display progress lines for baseline plan or actual.
public final void isBaselinePlan(boolean value)
Sets a value indicating whether to display progress lines for baseline plan or actual.
value
- a value indicating whether to display progress lines for baseline plan or actual.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.