public class StiStateIndicatorFilter extends java.lang.Object implements IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiStateIndicatorFilter() |
| Modifier and Type | Method and Description |
|---|---|
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() |
public void setReference(int reference)
setReference in interface IStiSerializableRefpublic int getReference()
getReference in interface IStiSerializableRefpublic void cleanReference()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONExceptionpublic 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.ObjectCopyright © 2019 Stimulsoft. All Rights Reserved.