Package com.aspose.tasks
Class GraphicalIndicatorsInfo
- java.lang.Object
-
- com.aspose.tasks.GraphicalIndicatorsInfo
-
public final class GraphicalIndicatorsInfo extends Object
Represents an graphical indicators definition associated with an extended attribute.
-
-
Constructor Summary
Constructors Constructor Description GraphicalIndicatorsInfo()Initializes a new instance of theGraphicalIndicatorsInfotype.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<GraphicalIndicatorCriteria>getCriteria()Gets a list of graphical indicator criteria.booleangetProjectSummaryInheritFromNonSummaryRows()Gets flag indicating whether project summary row inherits criteria from summary rows.booleangetShowDataValuesInTooltip()Gets flag indicating whether data values for the field should be shown in tooltips.booleangetSummaryRowsInheritFromNonSummaryRows()Gets flag indicating whether summary rows inherit criteria from nonsummary rows.voidsetProjectSummaryInheritFromNonSummaryRows(boolean value)Sets flag indicating whether project summary row inherits criteria from summary rows.voidsetShowDataValuesInTooltip(boolean value)Sets flag indicating whether data values for the field should be shown in tooltips.voidsetSummaryRowsInheritFromNonSummaryRows(boolean value)Sets flag indicating whether summary rows inherit criteria from nonsummary rows.
-
-
-
Constructor Detail
-
GraphicalIndicatorsInfo
public GraphicalIndicatorsInfo()
Initializes a new instance of the
GraphicalIndicatorsInfotype.
-
-
Method Detail
-
getCriteria
public final List<GraphicalIndicatorCriteria> getCriteria()
Gets a list of graphical indicator criteria.
- Returns:
- a list of graphical indicator criteria.
-
getProjectSummaryInheritFromNonSummaryRows
public final boolean getProjectSummaryInheritFromNonSummaryRows()
Gets flag indicating whether project summary row inherits criteria from summary rows.
- Returns:
- flag indicating whether project summary row inherits criteria from summary rows.
-
setProjectSummaryInheritFromNonSummaryRows
public final void setProjectSummaryInheritFromNonSummaryRows(boolean value)
Sets flag indicating whether project summary row inherits criteria from summary rows.
- Parameters:
value- flag indicating whether project summary row inherits criteria from summary rows.
-
getShowDataValuesInTooltip
public final boolean getShowDataValuesInTooltip()
Gets flag indicating whether data values for the field should be shown in tooltips.
- Returns:
- flag indicating whether data values for the field should be shown in tooltips.
-
setShowDataValuesInTooltip
public final void setShowDataValuesInTooltip(boolean value)
Sets flag indicating whether data values for the field should be shown in tooltips.
- Parameters:
value- flag indicating whether data values for the field should be shown in tooltips.
-
getSummaryRowsInheritFromNonSummaryRows
public final boolean getSummaryRowsInheritFromNonSummaryRows()
Gets flag indicating whether summary rows inherit criteria from nonsummary rows.
- Returns:
- flag indicating whether summary rows inherit criteria from nonsummary rows.
-
setSummaryRowsInheritFromNonSummaryRows
public final void setSummaryRowsInheritFromNonSummaryRows(boolean value)
Sets flag indicating whether summary rows inherit criteria from nonsummary rows.
- Parameters:
value- flag indicating whether summary rows inherit criteria from nonsummary rows.
-
-