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()
Returns the daily day number.
|
boolean |
getDailyWorkday()
Determines whether a day is workday for daily progress lines.
|
int |
getInterval()
Returns the recurring interval.
|
boolean |
getMonthlyDay()
Returns 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()
Returns whether to show progress lines by first or last predefined day.
|
int |
getMonthlyFirstLastDay()
Returns 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()
Returns a list of days for weekly progress lines.
|
int |
getWeeklyWeekNumber()
Returns a week number for weekly progress lines.
|
void |
setDailyDayNumber(int value)
Sets the daily day number.
|
void |
setDailyWorkday(boolean value)
Determines whether a day is workday for daily progress lines.
|
void |
setInterval(int value)
Sets the recurring interval.
|
void |
setMonthlyDay(boolean value)
Sets 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)
Sets whether to show progress lines by first or last predefined day.
|
void |
setMonthlyFirstLastDay(int value)
Sets 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 getDailyDayNumber()
public void setDailyDayNumber(int value)
value
- the daily day number to set.public boolean getDailyWorkday()
public void setDailyWorkday(boolean value)
value
- is a day is workday (true) otherwise false.public int getInterval()
public void setInterval(int value)
Interval
type.value
- the recurring interval.public boolean getMonthlyDay()
public void setMonthlyDay(boolean value)
value
- true if monthly progress lines will be shown; otherwise false.public int getMonthlyDayDayNumber()
public void setMonthlyDayDayNumber(int value)
value
- a day number of monthly progress lines.public int getMonthlyDayMonthNumber()
public void setMonthlyDayMonthNumber(int value)
value
- a month number of monthly progress lines.public boolean getMonthlyFirstLast()
public void setMonthlyFirstLast(boolean value)
value
- true if progress lines by first or last predefined day will be shown; otherwise false.public int getMonthlyFirstLastDay()
public void setMonthlyFirstLastDay(int value)
value
- first or last day type of monthly progress lines.public int getMonthlyFirstLastMonthNumber()
public void setMonthlyFirstLastMonthNumber(int value)
value
- month number of progress lines, which are shown by first or last predefined day.public List<Integer> getWeeklyDays()
public int getWeeklyWeekNumber()
public void setWeeklyWeekNumber(int value)
value
- week number for weekly progress lines.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.