public class StiDataBarIndicator extends StiIndicator implements IStiDataBarIndicator
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
deserializeFromString, getInstance, LoadFromJsonObjectInternalpublic StiDataBarIndicator()
public StiDataBarIndicator(StiBrushType brushType, StiColor positiveColor, StiColor negativeColor, boolean showBorder, StiColor positiveBorderColor, StiColor negativeBorderColor, StiDataBarDirection direction, float value, float minimum, float maximum)
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)
deserialize in interface IStiSerializableToStringdeserialize in class StiIndicatorpublic java.lang.String serialize()
serialize in interface IStiSerializableToStringserialize in class StiIndicatorpublic StiDataBarIndicator deserializeString(java.lang.String stringValue)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in class StiIndicatorJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in class StiIndicatorJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.