public abstract class StiGaugeElement extends StiElementBase implements IStiJsonReportObject, IStiSerializableRef
| Modifier and Type | Field and Description |
|---|---|
protected StiAnimation |
animation |
protected StiScaleBase |
scale |
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiGaugeElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanReference() |
StiGaugeElement |
createNew() |
StiAnimation |
getAnimation() |
StiGaugeElemenType |
getElementType() |
java.lang.String |
getLocalizeName() |
int |
getReference() |
StiScaleBase |
getScale() |
void |
LoadFromJsonObject(JSONObject jObject) |
void |
prepareGaugeElement() |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAnimation(StiAnimation animation) |
void |
setReference(int reference) |
void |
setScale(StiScaleBase scale) |
applyStyle, clone, drawElement, isAllowApplyStyle, setAllowApplyStyleprotected StiAnimation animation
protected StiScaleBase scale
public void setReference(int reference)
setReference in interface IStiSerializableRefpublic int getReference()
getReference in interface IStiSerializableRefpublic void cleanReference()
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionpublic StiAnimation getAnimation()
public void setAnimation(StiAnimation animation)
animation - the animation to setpublic StiGaugeElemenType getElementType()
public java.lang.String getLocalizeName()
public StiScaleBase getScale()
public void setScale(StiScaleBase scale)
scale - the scale to setpublic StiGaugeElement createNew()
public void prepareGaugeElement()
Copyright © 2019 Stimulsoft. All Rights Reserved.