public class RecurringInterval extends Object
Represents recurring intervals used in progress lines of a Gantt Chart view.
Modifier and Type | Class and Description |
---|---|
static class |
RecurringInterval.DayType
Represents a day type used in progress lines.
|
Constructor and Description |
---|
RecurringInterval() |
Modifier and Type | Method and Description |
---|---|
int |
getDailyDayNumber()
Daily day number.
|
boolean |
getDailyWorkday()
Specifies whether a day is workday for daily progress lines.
|
int |
getInterval()
Recurring interval.
|
boolean |
getMonthlyDay()
Specifies whether to show monthly progress lines by day.
|
int |
getMonthlyDayDayNumber()
Returns a day number of monthly progress lines.
|
int |
getMonthlyDayMonthNumber()
Returns a month number of monthly progress lines.
|
boolean |
getMonthlyFirstLast()
Specifies whether to show progress lines by first or last predefined day.
|
int |
getMonthlyFirstLastDay()
Specifies first or last day type of monthly progress lines.
|
int |
getMonthlyFirstLastMonthNumber()
Returns a month number of progress lines which are shown by first or last predefined day.
|
List<Integer> |
getWeeklyDays()
A list of days for weekly progress lines.
|
int |
getWeeklyWeekNumber()
Gets a week number for weekly progress lines.
|
void |
setDailyDayNumber(int value)
Sets a day number in daily recurring interval.
|
void |
setDailyWorkday(boolean value)
Specifies whether a day is workday for daily progress lines.
|
void |
setInterval(int value)
Sets a recurring interval.
|
void |
setMonthlyDay(boolean value)
Specifies whether to show monthly progress lines by day.
|
void |
setMonthlyDayDayNumber(int value)
Sets a day number of monthly progress lines.
|
void |
setMonthlyDayMonthNumber(int value)
Sets a month number of monthly progress lines.
|
void |
setMonthlyFirstLast(boolean value)
Specifies whether to show progress lines by first or last predefined day.
|
void |
setMonthlyFirstLastDay(int value)
Specifies first or last day type of monthly progress lines.
|
void |
setMonthlyFirstLastMonthNumber(int value)
Sets a month number of progress lines which are shown by first or last predefined day.
|
void |
setWeeklyWeekNumber(int value)
Sets a week number for weekly progress lines.
|
public int getInterval()
Recurring interval.
Can be any value of Interval
type.
public void setInterval(int value)
value
- the specified Interval enumerated type value.public int getDailyDayNumber()
Daily day number.
public void setDailyDayNumber(int value)
value
- the specified day number.public boolean getDailyWorkday()
Specifies whether a day is workday for daily progress lines.
public void setDailyWorkday(boolean value)
value
- true if a day is workday for daily progress lines; otherwise, false.public List<Integer> getWeeklyDays()
public int getWeeklyWeekNumber()
Gets a week number for weekly progress lines.
public void setWeeklyWeekNumber(int value)
value
- a week number for weekly progress lines.public boolean getMonthlyDay()
Specifies whether to show monthly progress lines by day.
public void setMonthlyDay(boolean value)
value
- true if monthly progress lines are to be shown by day.public int getMonthlyDayDayNumber()
Returns a day number of monthly progress lines.
public void setMonthlyDayDayNumber(int value)
value
- a day number of monthly progress lines.public int getMonthlyDayMonthNumber()
Returns a month number of monthly progress lines.
public void setMonthlyDayMonthNumber(int value)
value
- a month number of monthly progress lines.public boolean getMonthlyFirstLast()
Specifies whether to show progress lines by first or last predefined day.
public void setMonthlyFirstLast(boolean value)
value
- flag which specifies whether to show progress lines by first or last predefined day.public int getMonthlyFirstLastMonthNumber()
Returns a month number of progress lines which are shown by first or last predefined day.
public void setMonthlyFirstLastMonthNumber(int value)
value
- a month number of progress lines which are shown by first or last predefined day.public int getMonthlyFirstLastDay()
Specifies first or last day type of monthly progress lines.
public void setMonthlyFirstLastDay(int value)
value
- RecurringInterval.DayType enumerated type value.Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.