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()
Specifies a date to display progress lines from.
|
boolean |
getBeginAtProjectStart()
Determines whether to display progress lines from the beginning of the project start date.
|
int |
getDateFormat()
Gets a date format for this progress lines (
DateLabel ). |
boolean |
getDisplayAtCurrentDate()
Determines whether to display progress line at current date.
|
boolean |
getDisplayAtRecurringIntervals()
Determines whether to display progress line at recurring intervals.
|
boolean |
getDisplaySelected()
Determines whether to display progress lines at the selected dates.
|
Font |
getFont()
Gets a font used in this progress lines.
|
Color |
getLineColor()
Gets a line color used in this progress lines.
|
int |
getLinePattern()
Gets a line pattern of current progress line.
|
Color |
getOtherLineColor()
Gets an other line color.
|
int |
getOtherLinePattern()
Gets a line pattern for other progress line.
|
Color |
getOtherProgressPointColor()
Gets an other progress point color.
|
int |
getOtherProgressPointShape()
Gets a progress point shape of other progress line.
|
Color |
getProgressPointColor()
Gets a progress point color.
|
int |
getProgressPointShape()
Gets a progress point shape.
|
RecurringInterval |
getRecurringInterval()
Gets recurring interval (
RecurringInterval ). |
List<Date> |
getSelectedDates()
Gets a list of selected dates to display progress lines for.
|
boolean |
getShowDate()
Determines whether to show date for each progress line.
|
boolean |
isBaselinePlan()
Determines whether to display progress lines for baseline plan or actual.
|
void |
isBaselinePlan(boolean value)
Determines whether to display progress lines for baseline plan or actual.
|
void |
setBeginAtDate(Date value)
Specifies a date to display progress lines from.
|
void |
setBeginAtProjectStart(boolean value)
Determines whether to display progress lines from the beginning of the project start date.
|
void |
setDateFormat(int value)
Sets a date format for this progress lines (
DateLabel ). |
void |
setDisplayAtCurrentDate(boolean value)
Determines whether to display progress line at current date.
|
void |
setDisplayAtRecurringIntervals(boolean value)
Determines whether to display progress line at recurring intervals.
|
void |
setDisplaySelected(boolean value)
Determines whether to display progress lines at the selected dates.
|
void |
setFont(Font value)
Sets a font used in this progress lines.
|
void |
setLineColor(Color value)
Sets a line color used in this progress lines.
|
void |
setLinePattern(int value)
Sets a line pattern of current progress line.
|
void |
setOtherLineColor(Color value)
Sets an other line color.
|
void |
setOtherLinePattern(int value)
Sets a line pattern for other progress line.
|
void |
setOtherProgressPointColor(Color value)
Sets an other progress point color.
|
void |
setOtherProgressPointShape(int value)
Sets a progress point shape of other progress line.
|
void |
setProgressPointColor(Color value)
Sets a progress point color.
|
void |
setProgressPointShape(int value)
Sets a progress point shape.
|
void |
setRecurringInterval(RecurringInterval value)
Sets recurring interval (
RecurringInterval ). |
void |
setShowDate(boolean value)
Determines whether to show date for each progress line.
|
public final Date getBeginAtDate()
Specifies a date to display progress lines from.
public final void setBeginAtDate(Date value)
Specifies a date to display progress lines from.
value
- a date to display progress lines from.public final boolean getBeginAtProjectStart()
Determines whether to display progress lines from the beginning of the project start date.
public final void setBeginAtProjectStart(boolean value)
Determines whether to display progress lines from the beginning of the project start date.
value
- true if progress lines are to be displayed from the beginning of the project start date;
otherwise,
false.public final int getDateFormat()
Gets a date format for this progress lines (DateLabel
).
public final void setDateFormat(int value)
DateLabel
).value
- DateLabel enumerated type value.public final boolean getDisplayAtCurrentDate()
Determines whether to display progress line at current date.
public final void setDisplayAtCurrentDate(boolean value)
value
- true if progress lines are to be displayed at current date; otherwise, false.public final boolean getDisplayAtRecurringIntervals()
Determines whether to display progress line at recurring intervals.
public final void setDisplayAtRecurringIntervals(boolean value)
value
- true if progress lines are to be displayed at recurring intervals; otherwise, false.public final boolean getDisplaySelected()
Determines whether to display progress lines at the selected dates.
public final void setDisplaySelected(boolean value)
value
- true if progress lines are to be displayed at the selected dates; otherwise, false.public final Font getFont()
public final void setFont(Font value)
value
- a font used in this progress lines.public final Color getLineColor()
public final void setLineColor(Color value)
value
- a line color used in this progress lines.public final int getLinePattern()
Gets a line pattern of current progress line.
LinePattern
.
public final void setLinePattern(int value)
value
- LinePattern enumerated type value.public final Color getOtherLineColor()
public final void setOtherLineColor(Color value)
value
- an other line color.public final int getOtherLinePattern()
Gets a line pattern for other progress line.
public final void setOtherLinePattern(int value)
value
- LinePattern enumerated type value.public final Color getOtherProgressPointColor()
public final void setOtherProgressPointColor(Color value)
value
- an other progress point color.public final int getOtherProgressPointShape()
Gets a progress point shape of other progress line.
public final void setOtherProgressPointShape(int value)
value
- GanttBarEndShape enumerated type value.public final Color getProgressPointColor()
public final void setProgressPointColor(Color value)
value
- a progress point color.public final int getProgressPointShape()
Gets a progress point shape.
GanttBarEndShape
.
public final void setProgressPointShape(int value)
value
- GanttBarEndShape enumerated type value.public final RecurringInterval getRecurringInterval()
Gets recurring interval (RecurringInterval
).
public final void setRecurringInterval(RecurringInterval value)
RecurringInterval
).value
- the specified RecurringInterval object.public final List<Date> getSelectedDates()
public final boolean getShowDate()
Determines whether to show date for each progress line.
public final void setShowDate(boolean value)
value
- true if date will be shown for each progress line; otherwise, false.public final boolean isBaselinePlan()
Determines whether to display progress lines for baseline plan or actual.
public void isBaselinePlan(boolean value)
value
- true if progress lines are to be displayed for baseline plan rather than for actual plan;
otherwise,
false.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.