|
||||||||||
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 IStiDataBarIndicator
public final void setBrushType(StiBrushType value)
setBrushType
in interface IStiDataBarIndicator
public final StiColor getPositiveColor()
getPositiveColor
in interface IStiDataBarIndicator
public final void setPositiveColor(StiColor value)
setPositiveColor
in interface IStiDataBarIndicator
public final StiColor getNegativeColor()
getNegativeColor
in interface IStiDataBarIndicator
public final void setNegativeColor(StiColor value)
setNegativeColor
in interface IStiDataBarIndicator
public final StiColor getPositiveBorderColor()
getPositiveBorderColor
in interface IStiDataBarIndicator
public final void setPositiveBorderColor(StiColor value)
setPositiveBorderColor
in interface IStiDataBarIndicator
public final StiColor getNegativeBorderColor()
getNegativeBorderColor
in interface IStiDataBarIndicator
public final void setNegativeBorderColor(StiColor value)
setNegativeBorderColor
in interface IStiDataBarIndicator
public final boolean getShowBorder()
getShowBorder
in interface IStiDataBarIndicator
public final void setShowBorder(boolean value)
setShowBorder
in interface IStiDataBarIndicator
public 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 IStiDataBarIndicator
public final void setDirection(StiDataBarDirection value)
setDirection
in interface IStiDataBarIndicator
public void deserialize(java.lang.String strObject)
IStiSerializableToString
deserialize
in interface IStiSerializableToString
deserialize
in class StiIndicator
public java.lang.String serialize()
IStiSerializableToString
serialize
in interface IStiSerializableToString
serialize
in class StiIndicator
public StiDataBarIndicator deserializeString(java.lang.String stringValue)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in class StiIndicator
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in class StiIndicator
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |