public class StiColorScaleCondition extends StiBaseCondition implements IStiIndicatorCondition
| Constructor and Description |
|---|
StiColorScaleCondition() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
StiIndicator |
CreateIndicator(StiText component) |
void |
deserialize(java.lang.String value) |
boolean |
equals(java.lang.Object obj) |
StiColor |
getMaximumColor()
Gets or sets a color for maximal values.
|
StiMaximumType |
getMaximumType()
Gets or sets processing type of maximal values for color scale indicator.
|
float |
getMaximumValue()
Gets or sets minimal value for color scale indicator.
|
StiColor |
getMidColor()
Gets or sets a color for mid values.
|
StiMidType |
getMidType()
Gets or sets processing type of mid values for color scale indicator.
|
float |
getMidValue()
Gets or sets mid value for color scale indicator.
|
StiColor |
getMinimumColor()
Gets or sets a color for minimum values.
|
StiMinimumType |
getMinimumType()
Gets or sets processing type of minimal values for color scale indicator.
|
float |
getMinimumValue()
Gets or sets minimal value for color scale indicator.
|
StiColorScaleType |
getScaleType()
Gets or sets type of Color Scale indicator.
|
int |
hashCode() |
void |
LoadFromJsonObject(JSONObject jObject) |
void |
Reset()
Reset condition to base state.
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
java.lang.String |
serialize() |
void |
setMaximumColor(StiColor value) |
void |
setMaximumType(StiMaximumType value) |
void |
setMaximumValue(float value) |
void |
setMidColor(StiColor value) |
void |
setMidType(StiMidType value) |
void |
setMidValue(float value) |
void |
setMinimumColor(StiColor value) |
void |
setMinimumType(StiMinimumType value) |
void |
setMinimumValue(float value) |
void |
setScaleType(StiColorScaleType value) |
getTag, setTaggetColumn, getCondition, getDataType, getExpression, getItem, getValue1, getValue2, setColumn, setCondition, setDataType, setExpression, setItem, setValue1, setValue2public StiColorScaleCondition()
public 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)
public final void Reset()
Reset in interface IStiIndicatorConditionpublic final StiColorScaleType getScaleType()
public final void setScaleType(StiColorScaleType value)
public final StiColor getMinimumColor()
public final void setMinimumColor(StiColor value)
public final StiColor getMidColor()
public final void setMidColor(StiColor value)
public final StiColor getMaximumColor()
public final void setMaximumColor(StiColor value)
public final StiMinimumType getMinimumType()
public final void setMinimumType(StiMinimumType value)
public final float getMinimumValue()
public final void setMinimumValue(float value)
public final StiMidType getMidType()
public final void setMidType(StiMidType value)
public final float getMidValue()
public final void setMidValue(float value)
public final StiMaximumType getMaximumType()
public final void setMaximumType(StiMaximumType value)
public final float getMaximumValue()
public final void setMaximumValue(float value)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String serialize()
serialize in interface IStiSerializableToStringserialize in class StiFilterpublic void deserialize(java.lang.String value)
deserialize in interface IStiSerializableToStringdeserialize in class StiFilterpublic StiIndicator CreateIndicator(StiText component)
CreateIndicator in interface IStiIndicatorConditionpublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiFilterJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiFilterJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.