com.stimulsoft.report.chart.view.areas.doughnut
Class StiDoughnutArea

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by com.stimulsoft.report.chart.view.areas.StiArea
              extended by com.stimulsoft.report.chart.view.areas.pie.StiPieArea
                  extended by com.stimulsoft.report.chart.view.areas.doughnut.StiDoughnutArea
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSerializeToCodeAsClass, IStiDoughnutArea, IStiArea, IStiPieArea, java.lang.Cloneable

public class StiDoughnutArea
extends StiPieArea
implements IStiDoughnutArea


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiDoughnutArea()
           
 
Method Summary
 boolean getColorEach()
          Gets or sets value which indicates that each series is drawn by its own colour.
 java.lang.Class GetDefaultSeriesLabelsType()
           
 java.lang.Class GetDefaultSeriesType()
           
 java.lang.Class[] GetSeriesLabelsTypes()
           
 java.lang.Class[] GetSeriesTypes()
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setColorEach(boolean value)
           
 
Methods inherited from class com.stimulsoft.report.chart.view.areas.StiArea
clone, getAllowApplyStyle, getBorderColor, getBrush, getChart, getCore, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, getServiceCategory, getServiceName, getServiceType, getShowShadow, LoadFromJsonObject, LoadFromJsonObjectInternal, setAllowApplyStyle, setBorderColor, setBrush, setChart, setCore, setShowShadow, toString
 
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.areas.IStiArea
clone, getAllowApplyStyle, getBorderColor, getBrush, getChart, getCore, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, getShowShadow, setAllowApplyStyle, setBorderColor, setBrush, setChart, setCore, setShowShadow
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 
Methods inherited from interface com.stimulsoft.base.IStiJsonReportObject
LoadFromJsonObject
 

Constructor Detail

StiDoughnutArea

public StiDoughnutArea()
Method Detail

GetDefaultSeriesLabelsType

public java.lang.Class GetDefaultSeriesLabelsType()
Specified by:
GetDefaultSeriesLabelsType in interface IStiArea
Overrides:
GetDefaultSeriesLabelsType in class StiPieArea

GetSeriesLabelsTypes

public java.lang.Class[] GetSeriesLabelsTypes()
Specified by:
GetSeriesLabelsTypes in interface IStiArea
Overrides:
GetSeriesLabelsTypes in class StiPieArea

GetDefaultSeriesType

public java.lang.Class GetDefaultSeriesType()
Specified by:
GetDefaultSeriesType in interface IStiArea
Overrides:
GetDefaultSeriesType in class StiPieArea

GetSeriesTypes

public java.lang.Class[] GetSeriesTypes()
Specified by:
GetSeriesTypes in interface IStiArea
Overrides:
GetSeriesTypes in class StiPieArea

getColorEach

public boolean getColorEach()
Description copied from class: StiArea
Gets or sets value which indicates that each series is drawn by its own colour.

Specified by:
getColorEach in interface IStiArea
Overrides:
getColorEach in class StiPieArea

setColorEach

public void setColorEach(boolean value)
Specified by:
setColorEach in interface IStiArea
Overrides:
setColorEach in class StiPieArea

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Overrides:
SaveToJsonObject in class StiPieArea
Throws:
JSONException