|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.components.indicators.StiIndicator
com.stimulsoft.report.components.indicators.StiDataBarIndicator
public class StiDataBarIndicator
| Constructor Summary | |
|---|---|
StiDataBarIndicator()
Creates a new object of the type StiDataBarIndicator. |
|
StiDataBarIndicator(StiBrushType brushType,
StiColor positiveColor,
StiColor negativeColor,
boolean showBorder,
StiColor positiveBorderColor,
StiColor negativeBorderColor,
StiDataBarDirection direction,
float value,
float minimum,
float maximum)
Creates a new object of the type StiDataBarIndicator. |
|
| Method Summary | |
|---|---|
void |
deserialize(java.lang.String strObject)
Десериализация объекта из строки. |
StiDataBarIndicator |
deserializeString(java.lang.String stringValue)
|
StiBrushType |
getBrushType()
Gets or sets value which indicates which type of brush will be used for Data Bar indicator drawing. |
StiDataBarDirection |
getDirection()
Gets or sets value which direction data bar will be filled by brush, from left to right or from right to left. |
float |
getMaximum()
Gets or sets minimum amount. |
float |
getMinimum()
Gets or sets minimum amount. |
StiColor |
getNegativeBorderColor()
Gets or sets a border color of negative values for Data Bar indicator. |
StiColor |
getNegativeColor()
Gets or sets a color of negative values for data bar indicator. |
StiColor |
getPositiveBorderColor()
Gets or sets a border color of positive values for Data Bar indicator. |
StiColor |
getPositiveColor()
Gets or sets a color of positive values for data bar indicator. |
boolean |
getShowBorder()
Gets or sets value which indicates that border is drawing. |
float |
getValue()
Gets or sets value from maximum or minimum amount. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
java.lang.String |
serialize()
Сериализация объекта в строку. |
void |
setBrushType(StiBrushType value)
|
void |
setDirection(StiDataBarDirection value)
|
void |
setMaximum(float value)
|
void |
setMinimum(float value)
|
void |
setNegativeBorderColor(StiColor value)
|
void |
setNegativeColor(StiColor value)
|
void |
setPositiveBorderColor(StiColor value)
|
void |
setPositiveColor(StiColor value)
|
void |
setShowBorder(boolean value)
|
void |
setValue(float value)
|
| Methods inherited from class com.stimulsoft.report.components.indicators.StiIndicator |
|---|
deserializeFromString, getInstance, LoadFromJsonObjectInternal |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiDataBarIndicator()
public StiDataBarIndicator(StiBrushType brushType,
StiColor positiveColor,
StiColor negativeColor,
boolean showBorder,
StiColor positiveBorderColor,
StiColor negativeBorderColor,
StiDataBarDirection direction,
float value,
float minimum,
float maximum)
| Method Detail |
|---|
public final StiBrushType getBrushType()
getBrushType in interface IStiDataBarIndicatorpublic final void setBrushType(StiBrushType value)
setBrushType in interface IStiDataBarIndicatorpublic final StiColor getPositiveColor()
getPositiveColor in interface IStiDataBarIndicatorpublic final void setPositiveColor(StiColor value)
setPositiveColor in interface IStiDataBarIndicatorpublic final StiColor getNegativeColor()
getNegativeColor in interface IStiDataBarIndicatorpublic final void setNegativeColor(StiColor value)
setNegativeColor in interface IStiDataBarIndicatorpublic final StiColor getPositiveBorderColor()
getPositiveBorderColor in interface IStiDataBarIndicatorpublic final void setPositiveBorderColor(StiColor value)
setPositiveBorderColor in interface IStiDataBarIndicatorpublic final StiColor getNegativeBorderColor()
getNegativeBorderColor in interface IStiDataBarIndicatorpublic final void setNegativeBorderColor(StiColor value)
setNegativeBorderColor in interface IStiDataBarIndicatorpublic final boolean getShowBorder()
getShowBorder in interface IStiDataBarIndicatorpublic final void setShowBorder(boolean value)
setShowBorder in interface IStiDataBarIndicatorpublic final float getValue()
public final void setValue(float value)
public final float getMinimum()
public final void setMinimum(float value)
public final float getMaximum()
public final void setMaximum(float value)
public final StiDataBarDirection getDirection()
getDirection in interface IStiDataBarIndicatorpublic final void setDirection(StiDataBarDirection value)
setDirection in interface IStiDataBarIndicatorpublic void deserialize(java.lang.String strObject)
IStiSerializableToString
deserialize in interface IStiSerializableToStringdeserialize in class StiIndicatorpublic java.lang.String serialize()
IStiSerializableToString
serialize in interface IStiSerializableToStringserialize in class StiIndicatorpublic StiDataBarIndicator deserializeString(java.lang.String stringValue)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in class StiIndicatorJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in class StiIndicatorJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||