|
||||||||||
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
public abstract class StiBarBase
Copyright Stimulsoft
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiBarBase()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
StiBrush |
getEmptyBorderBrush()
the border brush for the empty part of the bar indicator. |
double |
getEmptyBorderWidth()
the border width for the empty part of the bar indicator. |
StiBrush |
getEmptyBrush()
Gets or sets the brush for the empty part of the bar indicator. |
double |
getEndWidth()
end width of the bar indicator. |
double |
getOffset()
the offset ratio of an item. |
StiBarRangeListCollection |
getRangeList()
|
double |
getStartWidth()
start width of the bar indicator. |
boolean |
isUseRangeColor()
value which indicates whether we should use Brush property of the StiIndicatorBase class as brush for this indicator. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setEmptyBorderBrush(StiBrush emptyBorderBrush)
the border brush for the empty part of the bar indicator. |
void |
setEmptyBorderWidth(double emptyBorderWidth)
the border width for the empty part of the bar indicator. |
void |
setEmptyBrush(StiBrush emptyBrush)
Gets or sets the brush for the empty part of the bar indicator. |
void |
setEndWidth(double endWidth)
end width of the bar indicator. |
void |
setOffset(double offset)
the offset ratio of an item. |
void |
setRangeList(StiBarRangeListCollection rangeList)
|
void |
setStartWidth(double startWidth)
start width of the bar indicator. |
void |
setUseRangeColor(boolean useRangeColor)
value which indicates whether we should use Brush property of the StiIndicatorBase class as brush for this indicator. |
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, 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 StiBarBase()
Method Detail |
---|
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiIndicatorBase
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiIndicatorBase
JSONException
public java.lang.Object clone()
StiElementBase
clone
in class StiIndicatorBase
public StiBrush getEmptyBrush()
public void setEmptyBrush(StiBrush emptyBrush)
emptyBrush
- the emptyBrush to setpublic StiBrush getEmptyBorderBrush()
public void setEmptyBorderBrush(StiBrush emptyBorderBrush)
emptyBorderBrush
- the emptyBorderBrush to setpublic double getEmptyBorderWidth()
public void setEmptyBorderWidth(double emptyBorderWidth)
emptyBorderWidth
- the emptyBorderWidth to setpublic double getOffset()
public void setOffset(double offset)
offset
- the offset to setpublic double getStartWidth()
public void setStartWidth(double startWidth)
startWidth
- the startWidth to setpublic double getEndWidth()
public void setEndWidth(double endWidth)
endWidth
- the endWidth to setpublic boolean isUseRangeColor()
public void setUseRangeColor(boolean useRangeColor)
useRangeColor
- the useRangeColor to setpublic StiBarRangeListCollection getRangeList()
public void setRangeList(StiBarRangeListCollection rangeList)
rangeList
- the rangeList to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |