|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.chart.view.series.StiSeries
com.stimulsoft.report.chart.view.series.funnel.StiFunnelSeries
public class StiFunnelSeries
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiFunnelSeries()
|
Method Summary | |
---|---|
IStiFunnelSeries |
clone()
Creates a new object that is a copy of the current instance. |
boolean |
getAllowApplyBorderColor()
Gets or sets value which allow to use border color from series settings. |
boolean |
getAllowApplyBrush()
Gets or sets value which allow to use brush from series settings. |
StiColor |
getBorderColor()
Gets or sets border color of series bar. |
StiBrush |
getBrush()
Gets or sets brush which will used to fill funnel area. |
java.lang.Class |
GetDefaultAreaType()
|
boolean |
getShowZeros()
Gets or sets value which indicates whether it is necessary to show the series element, if the series value is 0. |
IStiTrendLine |
getTrendLine()
Gets or sets trend line settings. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyBorderColor(boolean value)
|
void |
setAllowApplyBrush(boolean value)
|
void |
setBorderColor(StiColor value)
|
void |
setBrush(StiBrush value)
|
void |
setShowZeros(boolean value)
|
void |
setTrendLine(IStiTrendLine value)
|
Methods inherited from class com.stimulsoft.base.services.StiService |
---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.IStiSeries |
---|
getAllowApplyStyle, getArguments, getChart, getConditions, getCore, getCoreTitle, getFilters, getFormat, getHyperlinks, getInteraction, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getToolTips, getTopN, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setArguments, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setToolTips, setTopN, setValues, setYAxis |
Constructor Detail |
---|
public StiFunnelSeries()
Method Detail |
---|
public IStiFunnelSeries clone()
clone
in interface IStiSeries
clone
in class StiSeries
public java.lang.Class GetDefaultAreaType()
GetDefaultAreaType
in interface IStiSeries
GetDefaultAreaType
in class StiSeries
public IStiTrendLine getTrendLine()
StiSeries
getTrendLine
in class StiSeries
public void setTrendLine(IStiTrendLine value)
setTrendLine
in class StiSeries
public boolean getShowZeros()
getShowZeros
in interface IStiFunnelSeries
public void setShowZeros(boolean value)
setShowZeros
in interface IStiFunnelSeries
public final boolean getAllowApplyBrush()
getAllowApplyBrush
in interface IStiFunnelSeries
public final void setAllowApplyBrush(boolean value)
setAllowApplyBrush
in interface IStiFunnelSeries
public final boolean getAllowApplyBorderColor()
getAllowApplyBorderColor
in interface IStiFunnelSeries
public final void setAllowApplyBorderColor(boolean value)
setAllowApplyBorderColor
in interface IStiFunnelSeries
public final StiBrush getBrush()
getBrush
in interface IStiFunnelSeries
public final void setBrush(StiBrush value)
setBrush
in interface IStiFunnelSeries
public final StiColor getBorderColor()
getBorderColor
in interface IStiFunnelSeries
public final void setBorderColor(StiColor value)
setBorderColor
in interface IStiFunnelSeries
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiSeries
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiSeries
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |