com.stimulsoft.report.chart.view.areas.funnel
Class StiFunnelArea

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.funnel.StiFunnelArea
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSerializeToCodeAsClass, IStiFunnelArea, IStiArea, java.lang.Cloneable

public class StiFunnelArea
extends StiArea
implements IStiFunnelArea


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiFunnelArea()
           
 
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

StiFunnelArea

public StiFunnelArea()
Method Detail

GetDefaultSeriesType

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

GetSeriesTypes

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

GetDefaultSeriesLabelsType

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

GetSeriesLabelsTypes

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

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 StiArea

setColorEach

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

SaveToJsonObject

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