|
||||||||||
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.tick.StiTickBase
com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickMarkBase
public class StiTickMarkBase
Copyright Stimulsoft
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiTickMarkBase()
|
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()
a brush to fill a component. |
StiGaugeElementSkin |
getCustomSkin()
|
double |
getRelativeHeight()
the height factor relative to the height of the basic component. |
double |
getRelativeWidth()
the width ratio relative to the height of the basic component. |
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. |
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.tick.StiTickBase |
---|
getMaximumValue, getMinimumValue, getOffset, getPlacement, getSkipIndices, getSkipIndicesObj, getSkipValues, getSkipValuesObj, prepareGaugeElement, setMaximumValue, setMinimumValue, setOffset, setPlacement, setSkipIndices, setSkipIndicesObj, setSkipValues, setSkipValuesObj |
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 StiTickMarkBase()
Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiTickBase
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiTickBase
JSONException
public java.lang.Object clone()
StiElementBase
clone
in class StiTickBase
public 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 set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |