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