| Package | Description |
|---|---|
| com.stimulsoft.report.components.conditions | |
| com.stimulsoft.report.components.enums |
| Modifier and Type | Method and Description |
|---|---|
StiMinimumType |
StiDataBarCondition.getMinimumType()
Gets or sets processing type of minimal values for data bar indicator.
|
StiMinimumType |
StiColorScaleCondition.getMinimumType()
Gets or sets processing type of minimal values for color scale indicator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiDataBarCondition.setMinimumType(StiMinimumType value) |
void |
StiColorScaleCondition.setMinimumType(StiMinimumType value) |
| Constructor and Description |
|---|
StiColorScaleCondition(java.lang.String column,
StiColorScaleType scaleType,
StiColor minimumColor,
StiColor midColor,
StiColor maximumColor,
StiMinimumType minimumType,
float minimumValue,
StiMidType midType,
float midValue,
StiMaximumType maximumType,
float maximumValue)
Creates a new object of the type StiColorScaleCondition.
|
StiDataBarCondition(java.lang.String column,
StiBrushType brushType,
StiColor positiveColor,
StiColor negativeColor,
boolean showBorder,
StiColor positiveBorderColor,
StiColor negativeBorderColor,
StiDataBarDirection direction,
StiMinimumType minimumType,
float minimumValue,
StiMaximumType maximumType,
float maximumValue)
Creates a new object of the type StiDataBarCondition.
|
| Modifier and Type | Method and Description |
|---|---|
static StiMinimumType |
StiMinimumType.forValue(int value) |
static StiMinimumType |
StiMinimumType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiMinimumType[] |
StiMinimumType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.