|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.report.infographics.gauge.indicators.StiStateIndicatorFilter
public class StiStateIndicatorFilter
Copyright Stimulsoft
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiStateIndicatorFilter()
|
|
| Method Summary | |
|---|---|
void |
cleanReference()
|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
StiBrush |
getBorderBrush()
the border of the component. |
StiBrush |
getBrush()
a brush to fill a component. |
StiComponentId |
getComponentId()
|
double |
getEndValue()
end value of the filter. |
java.lang.String |
getPropName()
|
int |
getReference()
|
double |
getStartValue()
start value of the filter. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setBorderBrush(StiBrush borderBrush)
the border of the component. |
void |
setBrush(StiBrush brush)
a brush to fill a component. |
void |
setEndValue(double endValue)
end value of the filter. |
void |
setReference(int reference)
|
void |
setStartValue(double startValue)
start value of the filter. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StiStateIndicatorFilter()
| Method Detail |
|---|
public void setReference(int reference)
setReference in interface IStiSerializableRefpublic int getReference()
getReference in interface IStiSerializableRefpublic void cleanReference()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
JSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
JSONExceptionpublic StiComponentId getComponentId()
public java.lang.String getPropName()
public java.lang.Object clone()
clone in class java.lang.Objectpublic double getStartValue()
public void setStartValue(double startValue)
startValue - the startValue to setpublic double getEndValue()
public void setEndValue(double endValue)
endValue - the endValue to setpublic StiBrush getBrush()
public void setBrush(StiBrush brush)
brush - the brush to setpublic StiBrush getBorderBrush()
public void setBorderBrush(StiBrush borderBrush)
borderBrush - the borderBrush to setpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||