public class StiLinearTickLabelCustom extends StiLinearTickLabelBase implements IStiTickCustom
animation, scaleREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiLinearTickLabelCustom() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
StiGaugeElement |
createNew() |
void |
drawElement(StiGaugeContextPainter context) |
StiComponentId |
getComponentId() |
StiGetValueEvent |
getGetValueEvent()
Occurs when getting the property value.
|
java.lang.String |
getLocalizeName() |
StiTextExpression |
getText()
text corresponds to this tick label.
|
java.lang.String |
getTextObj()
text corresponds to this tick label.
|
StiValueExpression |
getValue()
value corresponds to this tick label.
|
double |
getValueObj()
value corresponds to this tick label.
|
StiCustomValuesCollection |
getValues() |
void |
LoadFromJsonObject(JSONObject jObject) |
void |
prepareGaugeElement() |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setGetValueEvent(StiGetValueEvent getValueEvent)
Occurs when getting the property value.
|
void |
setText(StiTextExpression text)
text corresponds to this tick label.
|
void |
setTextObj(java.lang.String textObj)
text corresponds to this tick label.
|
void |
setValue(StiValueExpression value)
value corresponds to this tick label.
|
void |
setValueObj(double valueObj)
value corresponds to this tick label.
|
void |
setValues(StiCustomValuesCollection values) |
getFont, getTextBrush, getTextFormat, getTextForRender, getTextForRender, getTextForRender, setFont, setTextBrush, setTextFormatcheckTickValue, getMajorCollections, getMaximumValue, getMinimumValue, getMinorCollections, getOffset, getOffset, getPlacement, getPlacement, getPointCollection, getSkipIndices, getSkipIndicesObj, getSkipValues, getSkipValuesObj, isSkipMajorValues, setMaximumValue, setMinimumValue, setOffset, setPlacement, setSkipIndices, setSkipIndicesObj, setSkipValues, setSkipValuesObjcleanReference, getAnimation, getElementType, getReference, getScale, setAnimation, setReference, setScaleapplyStyle, isAllowApplyStyle, setAllowApplyStylepublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiTickLabelBaseJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiTickLabelBaseJSONExceptionpublic StiComponentId getComponentId()
public java.lang.Object clone()
StiElementBaseclone in class StiTickLabelBasepublic double getValueObj()
getValueObj in interface IStiTickCustompublic void setValueObj(double valueObj)
setValueObj in interface IStiTickCustomvalueObj - the valueObj to setpublic java.lang.String getTextObj()
public void setTextObj(java.lang.String textObj)
textObj - the textObj to setpublic StiCustomValuesCollection getValues()
getValues in interface IStiTickCustompublic void setValues(StiCustomValuesCollection values)
setValues in interface IStiTickCustomvalues - the values to setpublic java.lang.String getLocalizeName()
getLocalizeName in class StiGaugeElementpublic StiGetValueEvent getGetValueEvent()
public void setGetValueEvent(StiGetValueEvent getValueEvent)
getValueEvent - the getValueEvent to setpublic StiValueExpression getValue()
public void setValue(StiValueExpression value)
value - the value to setpublic StiTextExpression getText()
public void setText(StiTextExpression text)
text - the text to setpublic StiGaugeElement createNew()
createNew in class StiGaugeElementpublic void prepareGaugeElement()
prepareGaugeElement in class StiTickBasepublic void drawElement(StiGaugeContextPainter context)
drawElement in class StiLinearTickLabelBaseCopyright © 2019 Stimulsoft. All Rights Reserved.