|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.components.conditions.StiFilter
com.stimulsoft.report.components.conditions.StiBaseCondition
com.stimulsoft.report.components.conditions.StiColorScaleCondition
public class StiColorScaleCondition
The class describes the condition with Color Scale indicator.
| Field Summary |
|---|
| Fields inherited from class com.stimulsoft.report.components.conditions.StiFilter |
|---|
column |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class com.stimulsoft.report.components.conditions.StiBaseCondition |
|---|
getTag, setTag |
| Methods inherited from class com.stimulsoft.report.components.conditions.StiFilter |
|---|
getColumn, getCondition, getDataType, getExpression, getItem, getValue1, getValue2, setColumn, setCondition, setDataType, setExpression, setItem, setValue1, setValue2 |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public 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)
| Method Detail |
|---|
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()
IStiSerializableToString
serialize in interface IStiSerializableToStringserialize in class StiFilterpublic void deserialize(java.lang.String value)
IStiSerializableToString
deserialize in interface IStiSerializableToStringdeserialize in class StiFilterpublic StiIndicator CreateIndicator(StiText component)
CreateIndicator in interface IStiIndicatorCondition
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiFilterJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiFilterJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||