com.stimulsoft.report.infographics.gauge.indicators
Class StiStateIndicatorFilter

java.lang.Object
  extended by com.stimulsoft.report.infographics.gauge.indicators.StiStateIndicatorFilter
All Implemented Interfaces:
IStiSerializable, IStiSerializableRef

public class StiStateIndicatorFilter
extends java.lang.Object
implements IStiSerializableRef

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

StiStateIndicatorFilter

public StiStateIndicatorFilter()
Method Detail

setReference

public void setReference(int reference)
Specified by:
setReference in interface IStiSerializableRef

getReference

public int getReference()
Specified by:
getReference in interface IStiSerializableRef

cleanReference

public void cleanReference()

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Throws:
JSONException

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Throws:
JSONException

getComponentId

public StiComponentId getComponentId()

getPropName

public java.lang.String getPropName()

clone

public java.lang.Object clone()
Creates a new object that is a copy of the current instance.

Overrides:
clone in class java.lang.Object

getStartValue

public double getStartValue()
start value of the filter.

Returns:
the startValue

setStartValue

public void setStartValue(double startValue)
start value of the filter.

Parameters:
startValue - the startValue to set

getEndValue

public double getEndValue()
end value of the filter.

Returns:
the endValue

setEndValue

public void setEndValue(double endValue)
end value of the filter.

Parameters:
endValue - the endValue to set

getBrush

public StiBrush getBrush()
a brush to fill a component.

Returns:
the brush

setBrush

public void setBrush(StiBrush brush)
a brush to fill a component.

Parameters:
brush - the brush to set

getBorderBrush

public StiBrush getBorderBrush()
the border of the component.

Returns:
the borderBrush

setBorderBrush

public void setBorderBrush(StiBrush borderBrush)
the border of the component.

Parameters:
borderBrush - the borderBrush to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2018 Stimulsoft. All Rights Reserved.