|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StiColorScaleType | |
|---|---|
| com.stimulsoft.report.components.conditions | |
| com.stimulsoft.report.components.enums | |
| Uses of StiColorScaleType in com.stimulsoft.report.components.conditions |
|---|
| Methods in com.stimulsoft.report.components.conditions that return StiColorScaleType | |
|---|---|
StiColorScaleType |
StiColorScaleCondition.getScaleType()
Gets or sets type of Color Scale indicator. |
| Methods in com.stimulsoft.report.components.conditions with parameters of type StiColorScaleType | |
|---|---|
void |
StiColorScaleCondition.setScaleType(StiColorScaleType value)
|
| Constructors in com.stimulsoft.report.components.conditions with parameters of type StiColorScaleType | |
|---|---|
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. |
|
| Uses of StiColorScaleType in com.stimulsoft.report.components.enums |
|---|
| Methods in com.stimulsoft.report.components.enums that return StiColorScaleType | |
|---|---|
static StiColorScaleType |
StiColorScaleType.forValue(int value)
|
static StiColorScaleType |
StiColorScaleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static StiColorScaleType[] |
StiColorScaleType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||