public class StiTickMarkBase extends StiTickBase
animation, scaleREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiTickMarkBase() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
protected StiGaugeElementSkin |
getActualSkin() |
StiBrush |
getBorderBrush()
the border of the component.
|
double |
getBorderWidth()
the border thickness of the component.
|
StiBrush |
getBrush()
a brush to fill a component.
|
StiGaugeElementSkin |
getCustomSkin() |
double |
getRelativeHeight()
the height factor relative to the height of the basic component.
|
protected double |
getRelativeHeight(java.lang.Double value) |
double |
getRelativeWidth()
the width ratio relative to the height of the basic component.
|
protected double |
getRelativeWidth(java.lang.Double value) |
StiTickMarkSkin |
getSkin()
the skin of the component rendering.
|
void |
LoadFromJsonObject(JSONObject jObject) |
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)
a brush to fill a component.
|
void |
setCustomSkin(StiGaugeElementSkin customSkin) |
void |
setRelativeHeight(double relativeHeight)
the height factor relative to the height of the basic component.
|
void |
setRelativeWidth(double relativeWidth)
the width ratio relative to the height of the basic component.
|
void |
setSkin(StiTickMarkSkin skin)
the skin of the component rendering.
|
checkTickValue, getMajorCollections, getMaximumValue, getMinimumValue, getMinorCollections, getOffset, getOffset, getPlacement, getPlacement, getPointCollection, getSkipIndices, getSkipIndicesObj, getSkipValues, getSkipValuesObj, isSkipMajorValues, prepareGaugeElement, setMaximumValue, setMinimumValue, setOffset, setPlacement, setSkipIndices, setSkipIndicesObj, setSkipValues, setSkipValuesObjcleanReference, createNew, getAnimation, getElementType, getLocalizeName, getReference, getScale, setAnimation, setReference, setScaleapplyStyle, drawElement, isAllowApplyStyle, setAllowApplyStylepublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiTickBaseJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiTickBaseJSONExceptionpublic java.lang.Object clone()
StiElementBaseclone in class StiTickBasepublic double getRelativeHeight()
public void setRelativeHeight(double relativeHeight)
relativeHeight - the relativeHeight to setpublic double getRelativeWidth()
public void setRelativeWidth(double relativeWidth)
relativeWidth - the relativeWidth to setpublic StiTickMarkSkin getSkin()
public void setSkin(StiTickMarkSkin skin)
skin - the skin to setpublic StiGaugeElementSkin getCustomSkin()
public void setCustomSkin(StiGaugeElementSkin customSkin)
customSkin - the customSkin 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 setprotected StiGaugeElementSkin getActualSkin()
protected double getRelativeWidth(java.lang.Double value)
protected double getRelativeHeight(java.lang.Double value)
Copyright © 2019 Stimulsoft. All Rights Reserved.