|
||||||||||
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.pie.StiPieSeries
public class StiPieSeries
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiPieSeries()
|
Method Summary | |
---|---|
StiSeries |
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. |
java.lang.Object[] |
getArguments()
|
StiColor |
getBorderColor()
Gets or sets border color of series pie. |
StiBrush |
getBrush()
Gets or sets brush which will used to fill pie area. |
StiCutPieListExpression |
getCutPieList()
Gets or sets the expression to fill a list of cut pie segments. |
java.util.ArrayList<java.lang.Double> |
getCutPieListValues()
|
StiCutPieListExpression |
getCuttedPieList()
Deprecated. |
java.lang.Class |
GetDefaultAreaType()
|
float |
getDiameter()
Gets or sets fixed size of diameter of pie series. |
float |
getDistance()
Gets or sets distance between the center of series and the center of each segment. |
StiGetCutPieListEvent |
getGetCutPieListEvent()
Occurs when getting the cut pie list. |
boolean |
getLighting()
|
float |
getStartAngle()
Gets or sets start rotation angle of series. |
IStiTrendLine |
getTrendLine()
Gets or sets trend line settings. |
void |
InvokeGetCutPieList(StiComponent sender,
StiGetValueEventArgs e)
Raises the GetCutPieList event. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAllowApplyBorderColor(boolean value)
|
void |
setAllowApplyBrush(boolean value)
|
void |
setArguments(java.lang.Object[] value)
|
void |
setBorderColor(StiColor value)
|
void |
setBrush(StiBrush value)
|
void |
setCutPieList(StiCutPieListExpression value)
|
void |
setCutPieListValues(java.util.ArrayList<java.lang.Double> value)
|
void |
setCuttedPieList(StiCutPieListExpression value)
Deprecated. |
void |
setDiameter(float value)
|
void |
setDistance(float value)
|
void |
setGetCutPieListEvent(StiGetCutPieListEvent value)
|
void |
setLighting(boolean value)
|
void |
setStartAngle(float 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, getChart, getConditions, getCore, getCoreTitle, getFilters, getFormat, getHyperlinks, getInteraction, getSeriesLabels, getShowInLegend, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, getTags, getToolTips, getTopN, getValues, getValuesStart, getYAxis, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setChart, setConditions, setCore, setCoreTitle, setFilters, setFormat, setHyperlinks, setInteraction, setSeriesLabels, setShowInLegend, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTags, setToolTips, setTopN, setValues, setYAxis |
Constructor Detail |
---|
public StiPieSeries()
Method Detail |
---|
public StiSeries 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 final boolean getAllowApplyBrush()
getAllowApplyBrush
in interface IStiAllowApplyBrush
getAllowApplyBrush
in interface IStiPieSeries
public final void setAllowApplyBrush(boolean value)
setAllowApplyBrush
in interface IStiAllowApplyBrush
setAllowApplyBrush
in interface IStiPieSeries
public final boolean getAllowApplyBorderColor()
getAllowApplyBorderColor
in interface IStiPieSeries
public final void setAllowApplyBorderColor(boolean value)
setAllowApplyBorderColor
in interface IStiPieSeries
public java.lang.Object[] getArguments()
getArguments
in interface IStiSeries
getArguments
in class StiSeries
public void setArguments(java.lang.Object[] value)
setArguments
in interface IStiSeries
setArguments
in class StiSeries
public float getStartAngle()
getStartAngle
in interface IStiPieSeries
public void setStartAngle(float value)
setStartAngle
in interface IStiPieSeries
public final StiColor getBorderColor()
getBorderColor
in interface IStiPieSeries
public final void setBorderColor(StiColor value)
setBorderColor
in interface IStiPieSeries
public final StiBrush getBrush()
getBrush
in interface IStiPieSeries
public final void setBrush(StiBrush value)
setBrush
in interface IStiPieSeries
public final boolean getLighting()
getLighting
in interface IStiPieSeries
public final void setLighting(boolean value)
setLighting
in interface IStiPieSeries
public float getDiameter()
getDiameter
in interface IStiPieSeries
public void setDiameter(float value)
setDiameter
in interface IStiPieSeries
public float getDistance()
getDistance
in interface IStiPieSeries
public void setDistance(float value)
setDistance
in interface IStiPieSeries
public final java.util.ArrayList<java.lang.Double> getCutPieListValues()
getCutPieListValues
in interface IStiPieSeries
public final void setCutPieListValues(java.util.ArrayList<java.lang.Double> value)
setCutPieListValues
in interface IStiPieSeries
@Deprecated public final StiCutPieListExpression getCuttedPieList()
@Deprecated public final void setCuttedPieList(StiCutPieListExpression value)
public final StiCutPieListExpression getCutPieList()
public final void setCutPieList(StiCutPieListExpression value)
public final void InvokeGetCutPieList(StiComponent sender, StiGetValueEventArgs e)
public final StiGetCutPieListEvent getGetCutPieListEvent()
public final void setGetCutPieListEvent(StiGetCutPieListEvent value)
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 |