|
||||||||||
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
com.stimulsoft.report.infographics.gauge.primitives.indicators.StiBarBase
com.stimulsoft.report.infographics.gauge.indicators.StiLinearBar
public class StiLinearBar
Copyright Stimulsoft
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiLinearBar()
|
Method Summary | |
---|---|
void |
applyStyle(IStiGaugeStyle style)
Apply style to component which release this interface. |
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
StiGaugeElement |
createNew()
|
void |
drawElement(StiGaugeContextPainter context)
|
StiComponentId |
getComponentId()
|
java.lang.String |
getLocalizeName()
|
StiLinearRangeColorMode |
getRangeColorMode()
value which indicates the mode that is used to build bar indicator background. |
StiLinearBarSkin |
getSkin()
the skin of the component rendering. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setRangeColorMode(StiLinearRangeColorMode rangeColorMode)
value which indicates the mode that is used to build bar indicator background. |
void |
setSkin(StiLinearBarSkin skin)
the skin of the component rendering. |
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.indicators.StiBarBase |
---|
getEmptyBorderBrush, getEmptyBorderWidth, getEmptyBrush, getEndWidth, getOffset, getRangeList, getStartWidth, isUseRangeColor, setEmptyBorderBrush, setEmptyBorderWidth, setEmptyBrush, setEndWidth, setOffset, setRangeList, setStartWidth, setUseRangeColor |
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.indicators.StiIndicatorBase |
---|
getBorderBrush, getBorderWidth, getBrush, getGetValueEvent, getPlacement, getValue, getValueObj, InvokeGetValue, prepareGaugeElement, setBorderBrush, setBorderWidth, setBrush, setGetValueEvent, setPlacement, setValue, setValueObj |
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiGaugeElement |
---|
cleanReference, getAnimation, getElementType, getReference, getScale, setAnimation, setReference, setScale |
Methods inherited from class com.stimulsoft.report.infographics.gauge.primitives.base.StiElementBase |
---|
isAllowApplyStyle, setAllowApplyStyle |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiLinearBar()
Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiBarBase
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiBarBase
JSONException
public java.lang.Object clone()
StiElementBase
clone
in class StiBarBase
public StiComponentId getComponentId()
public void applyStyle(IStiGaugeStyle style)
IStiApplyStyleGauge
applyStyle
in interface IStiApplyStyleGauge
applyStyle
in class StiElementBase
public StiLinearBarSkin getSkin()
public void setSkin(StiLinearBarSkin skin)
skin
- the skin to setpublic StiLinearRangeColorMode getRangeColorMode()
public void setRangeColorMode(StiLinearRangeColorMode rangeColorMode)
rangeColorMode
- the rangeColorMode to setpublic java.lang.String getLocalizeName()
getLocalizeName
in class StiGaugeElement
public StiGaugeElement createNew()
createNew
in class StiGaugeElement
public void drawElement(StiGaugeContextPainter context)
drawElement
in class StiElementBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |