|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase
com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement
com.stimulsoft.report.infographics.gauge.primitives.indicators.StiIndicatorBase
public abstract class StiIndicatorBase
Copyright Stimulsoft
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiIndicatorBase()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
StiBrush |
getBorderBrush()
the border of the component. |
double |
getBorderWidth()
the border thickness of the component. |
StiBrush |
getBrush()
|
StiGetValueEvent |
getGetValueEvent()
Occurs when getting the property Value. |
StiPlacement |
getPlacement()
|
StiValueExpression |
getValue()
the current position of an indicator. |
double |
getValueObj()
|
void |
InvokeGetValue(StiGaugeElement sender,
StiGetValueEventArgs e)
Raises the GetValue event. |
void |
LoadFromJsonObject(JSONObject jObject)
|
void |
prepareGaugeElement()
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setBorderBrush(StiBrush borderBrush)
the border of the component. |
void |
setBorderWidth(double borderWidth)
the border thickness of the component. |
void |
setBrush(StiBrush brush)
|
void |
setGetValueEvent(StiGetValueEvent getValueEvent)
Occurs when getting the property Value. |
void |
setPlacement(StiPlacement placement)
|
void |
setValue(StiValueExpression value)
the current position of an indicator. |
void |
setValueObj(double valueObj)
|
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement |
---|
cleanReference, createNew, getAnimation, getElementType, getLocalizeName, getReference, getScale, setAnimation, setReference, setScale |
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase |
---|
applyStyle, drawElement, isAllowApplyStyle, setAllowApplyStyle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiIndicatorBase()
Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiGaugeElement
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiGaugeElement
JSONException
public java.lang.Object clone()
StiElementBase
clone
in class StiElementBase
public double getValueObj()
public void setValueObj(double valueObj)
valueObj
- the valueObj to setpublic StiPlacement getPlacement()
public void setPlacement(StiPlacement placement)
placement
- the placement 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 double getBorderWidth()
public void setBorderWidth(double borderWidth)
borderWidth
- the borderWidth to setpublic void InvokeGetValue(StiGaugeElement sender, StiGetValueEventArgs e)
sender
- e
- public StiGetValueEvent getGetValueEvent()
public void setGetValueEvent(StiGetValueEvent getValueEvent)
getValueEvent
- the getValueEvent to setpublic StiValueExpression getValue()
public void setValue(StiValueExpression value)
value
- the value to setpublic void prepareGaugeElement()
prepareGaugeElement
in class StiGaugeElement
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |