public class GanttChartView extends View
Represents a GanttChart view.
Constructor and Description |
---|
GanttChartView()
Initializes a new instance of the
GanttChartView class. |
Modifier and Type | Method and Description |
---|---|
FilterCollection |
getAutoFilters()
Gets a list of auto filters of a Gantt Chart view.
|
boolean |
getBarRounding()
Returns true if bars round to the nearest day; otherwise, false.
|
int |
getBarSize()
Specifies the height, in points, of the Gantt bars in the Gantt Chart.
|
List<GanttBarStyle> |
getBarStyles()
Gets a list of gantt bar styles (
GanttBarStyle ) of the Gantt Chart view. |
TimescaleTier |
getBottomTimescaleTier()
Gets the bottom timescale tier of the Gantt Chart view.
|
List<GanttBarStyle> |
getCustomBarStyles()
Gets a list of custom gantt bar styles (
GanttBarStyle ) of the Gantt Chart view. |
List<Gridlines> |
getGridlines()
Gets a list of grid lines (
Gridlines ) of the Gantt Chart view. |
boolean |
getHideRollupBarsWhenSummaryExpanded()
Returns true if rollup bars will be hidden when expanding summary task; otherwise, false.
|
TimescaleTier |
getMiddleTimescaleTier()
Gets the middle timescale tier of the Gantt Chart view.
|
Color |
getNonWorkingTimeColor()
Returns non-working time color in Gantt Chart View.
|
ProgressLines |
getProgressLines()
Gets progress lines for the Gantt Chart view.
|
boolean |
getRollUpGanttBars()
Specifies the rollup behavior of bars on the Gantt Chart.
|
boolean |
getShowBarSplits()
Shows or hides task splits on the Gantt Chart.
|
boolean |
getShowDrawings()
Shows or hides drawings on the Gantt Chart.
|
List<TableTextStyle> |
getTableTextStyles()
Gets a list of table text styles (
TableTextStyle ) of the Gantt Chart view. |
List<TextStyle> |
getTextStyles()
Gets a list of text styles (
TextStyle ) of the Gantt Chart view. |
TimescaleTier |
getTopTimescaleTier()
Gets the top timescale tier of the Gantt Chart view.
|
void |
setBarRounding(boolean value)
Set to true if bars round to the nearest day; otherwise, false.
|
void |
setBarSize(int value)
Specifies the height, in points, of the Gantt bars in the Gantt Chart.
|
void |
setBottomTimescaleTier(TimescaleTier value)
Sets the bottom timescale tier of the Gantt Chart view.
|
void |
setGridlines(List<Gridlines> value)
Sets a list of grid lines (
Gridlines ) of the Gantt Chart view. |
void |
setHideRollupBarsWhenSummaryExpanded(boolean value)
Set to true if rollup bars will be hidden when expanding summary task; otherwise, false.
|
void |
setMiddleTimescaleTier(TimescaleTier value)
Sets the middle timescale tier of the Gantt Chart view.
|
void |
setNonWorkingTimeColor(Color value)
Sets non-working time color in Gantt Chart View.
|
void |
setProgressLines(ProgressLines value)
Sets progress lines for the Gantt Chart view.
|
void |
setRollUpGanttBars(boolean value)
Specifies the rollup behavior of bars on the Gantt Chart.
|
void |
setShowBarSplits(boolean value)
Shows or hides task splits on the Gantt Chart.
|
void |
setShowDrawings(boolean value)
Shows or hides drawings on the Gantt Chart.
|
void |
setTextStyles(List<TextStyle> value)
Sets a list of text styles (
TextStyle ) of the Gantt Chart view. |
void |
setTopTimescaleTier(TimescaleTier value)
Sets the top timescale tier of the Gantt Chart view.
|
compareTo, equals, getFilter, getGroup, getHighlightFilter, getIndex, getName, getPageInfo, getParentProject, getScreen, getShowInMenu, getTable, getType, getUid, hashCode, setFilter, setGroup, setHighlightFilter, setName, setShowInMenu, setTable
public GanttChartView()
Initializes a new instance of the GanttChartView
class.
public FilterCollection getAutoFilters()
Gets a list of auto filters of a Gantt Chart view.
public boolean getBarRounding()
Returns true if bars round to the nearest day; otherwise, false. The default value is True.
public void setBarRounding(boolean value)
value
- true if bars round to the nearest day; otherwise, false.public int getBarSize()
Specifies the height, in points, of the Gantt bars in the Gantt Chart.
public void setBarSize(int value)
value
- GanttBarSize enumerated type value.public List<GanttBarStyle> getBarStyles()
GanttBarStyle
) of the Gantt Chart view.GanttBarStyle
) of the Gantt Chart view.public TimescaleTier getBottomTimescaleTier()
Gets the bottom timescale tier of the Gantt Chart view.
TimescaleTier
.
public void setBottomTimescaleTier(TimescaleTier value)
value
- the bottom timescale tier of the Gantt Chart view.public List<GanttBarStyle> getCustomBarStyles()
GanttBarStyle
) of the Gantt Chart view.GanttBarStyle
) of the Gantt Chart view.public List<Gridlines> getGridlines()
Gridlines
) of the Gantt Chart view.Gridlines
) of the Gantt Chart view.public void setGridlines(List<Gridlines> value)
Gridlines
) of the Gantt Chart view.value
- a list of grid lines (Gridlines
) of the Gantt Chart view.public boolean getHideRollupBarsWhenSummaryExpanded()
Returns true if rollup bars will be hidden when expanding summary task; otherwise, false.
public void setHideRollupBarsWhenSummaryExpanded(boolean value)
value
- true if rollup bars will be hidden when expanding summary task; otherwise, false.public TimescaleTier getMiddleTimescaleTier()
Gets the middle timescale tier of the Gantt Chart view.
TimescaleTier
.
public void setMiddleTimescaleTier(TimescaleTier value)
value
- the middle timescale tier of the Gantt Chart view.public Color getNonWorkingTimeColor()
public void setNonWorkingTimeColor(Color value)
value
- non-working time color.public ProgressLines getProgressLines()
Gets progress lines for the Gantt Chart view.
ProgressLines
.
public void setProgressLines(ProgressLines value)
value
- progress lines for the Gantt Chart view.public boolean getRollUpGanttBars()
Specifies the rollup behavior of bars on the Gantt Chart.
public void setRollUpGanttBars(boolean value)
value
- true if gantt bars are to be rolled up on the Gantt Chart; otherwise, false.public boolean getShowBarSplits()
Shows or hides task splits on the Gantt Chart.
public void setShowBarSplits(boolean value)
value
- true if task splits are to be shown on the Gantt Chart; otherwise, false.public boolean getShowDrawings()
Shows or hides drawings on the Gantt Chart.
public void setShowDrawings(boolean value)
value
- true if drawings are to be shown on the Gantt Chart; otherwise, false.public List<TableTextStyle> getTableTextStyles()
TableTextStyle
) of the Gantt Chart view.TableTextStyle
) of the Gantt Chart view.public List<TextStyle> getTextStyles()
TextStyle
) of the Gantt Chart view.TextStyle
) of the Gantt Chart view.public void setTextStyles(List<TextStyle> value)
TextStyle
) of the Gantt Chart view.value
- a list of text styles (TextStyle
) of the Gantt Chart view.public TimescaleTier getTopTimescaleTier()
Gets the top timescale tier of the Gantt Chart view.
TimescaleTier
.
public void setTopTimescaleTier(TimescaleTier value)
value
- the top timescale tier of the Gantt Chart view.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.