com.stimulsoft.report.chart.view.series.radar
Class StiRadarAreaSeries

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by com.stimulsoft.report.chart.view.series.StiSeries
              extended by com.stimulsoft.report.chart.view.series.radar.StiRadarSeries
                  extended by com.stimulsoft.report.chart.view.series.radar.StiRadarAreaSeries
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSeries, IStiRadarAreaSeries, IStiRadarSeries, IStiSeriesParent, java.lang.Cloneable

public class StiRadarAreaSeries
extends StiRadarSeries
implements IStiRadarAreaSeries


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiRadarAreaSeries()
           
 
Method Summary
 StiBrush getBrush()
          Gets or sets brush which will be used to fill area.
 java.lang.Class GetDefaultAreaType()
           
 boolean getLighting()
          Gets or sets value which indicates that light effect will be shown.
 StiColor getLineColor()
          Gets or sets line color of series.
 StiPenStyle getLineStyle()
          Gets or sets a line style of series.
 float getLineWidth()
          Gets or sets line width of series.
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setBrush(StiBrush value)
           
 void setLighting(boolean value)
           
 void setLineColor(StiColor value)
           
 void setLineStyle(StiPenStyle value)
           
 void setLineWidth(float value)
           
 
Methods inherited from class com.stimulsoft.report.chart.view.series.radar.StiRadarSeries
clone, getMarker, getShowNulls, getTrendLine, setMarker, setShowNulls, setTrendLine
 
Methods inherited from class com.stimulsoft.report.chart.view.series.StiSeries
getAllowApplyStyle, getAllowSeries, getAllowSeriesElements, getArgument, getArgumentDataColumn, getArguments, GetArgumentsFromString, getArgumentsString, getAutoSeriesColorDataColumn, getAutoSeriesKeyDataColumn, getAutoSeriesTitleDataColumn, getChart, getConditions, getCore, getCoreTitle, getDrillDownEnabled, getDrillDownPage, getDrillDownPageGuid, getDrillDownReport, getFilterMode, getFilters, getFormat, getGetArgumentEvent, getGetHyperlinkEvent, getGetListOfArgumentsEvent, getGetListOfHyperlinksEvent, getGetListOfTagsEvent, getGetListOfToolTipsEvent, getGetListOfValuesEvent, getGetTagEvent, getGetTitleEvent, getGetToolTipEvent, getGetValueEvent, getHyperlink, getHyperlinkDataColumn, getHyperlinks, getHyperlinkString, getInteraction, getListOfArguments, getListOfHyperlinks, getListOfTags, getListOfToolTips, getListOfValues, getNewAutoSeriesEvent, GetNullableValuesFromString, getParent, getSeriesLabels, getServiceCategory, getServiceName, getServiceType, getShowInLegend, getShowLabels, getShowSeriesLabels, getShowShadow, getSortBy, getSortDirection, GetStringsFromString, getTag, getTagDataColumn, getTags, getTagString, getTitle, getTitleValue, getToolTip, getToolTipDataColumn, getToolTips, getToolTipsString, getTopN, getValue, getValueDataColumn, getValues, GetValuesFromString, getValuesStart, getValuesString, getYAxis, InvokeGetArgument, InvokeGetHyperlink, InvokeGetListOfArguments, InvokeGetListOfHyperlinks, InvokeGetListOfTags, InvokeGetListOfToolTips, InvokeGetListOfValues, InvokeGetTag, InvokeGetTitle, InvokeGetToolTip, InvokeGetValue, InvokeNewAutoSeries, ProcessSeriesBrushes, ProcessSeriesColors, setAllowApplyStyle, setAllowSeries, setAllowSeriesElements, setArgument, setArgumentDataColumn, setArguments, setArgumentsString, setAutoSeriesColorDataColumn, setAutoSeriesKeyDataColumn, setAutoSeriesTitleDataColumn, setChart, setConditions, setCore, setCoreTitle, setDrillDownEnabled, setDrillDownPage, setDrillDownPageGuid, setDrillDownReport, setFilterMode, setFilters, setFormat, setGetArgumentEvent, setGetHyperlinkEvent, setGetListOfArgumentsEvent, setGetListOfHyperlinksEvent, setGetListOfTagsEvent, setGetListOfToolTipsEvent, setGetListOfValuesEvent, setGetTagEvent, setGetTitleEvent, setGetToolTipEvent, setGetValueEvent, setHyperlink, setHyperlinkDataColumn, setHyperlinks, setHyperlinkString, setInteraction, setListOfArguments, setListOfHyperlinks, setListOfTags, setListOfToolTips, setListOfValues, setNewAutoSeriesEvent, setSeriesLabels, setShowInLegend, setShowLabels, setShowSeriesLabels, setShowShadow, setSortBy, setSortDirection, setTag, setTagDataColumn, setTags, setTagString, setTitle, setTitleValue, setToolTip, setToolTipDataColumn, setToolTips, setToolTipsString, setTopN, setValue, setValueDataColumn, setValues, setValuesString, setYAxis, 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.series.radar.IStiRadarSeries
getMarker, getShowNulls, setMarker, setShowNulls
 
Methods inherited from interface com.stimulsoft.report.chart.interfaces.series.IStiSeries
clone, 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

StiRadarAreaSeries

public StiRadarAreaSeries()
Method Detail

getLineColor

public StiColor getLineColor()
Gets or sets line color of series.

Specified by:
getLineColor in interface IStiRadarAreaSeries

setLineColor

public void setLineColor(StiColor value)
Specified by:
setLineColor in interface IStiRadarAreaSeries

getLineStyle

public StiPenStyle getLineStyle()
Gets or sets a line style of series.

Specified by:
getLineStyle in interface IStiRadarAreaSeries

setLineStyle

public void setLineStyle(StiPenStyle value)
Specified by:
setLineStyle in interface IStiRadarAreaSeries

getLighting

public boolean getLighting()
Gets or sets value which indicates that light effect will be shown.

Specified by:
getLighting in interface IStiRadarAreaSeries

setLighting

public void setLighting(boolean value)
Specified by:
setLighting in interface IStiRadarAreaSeries

getLineWidth

public float getLineWidth()
Gets or sets line width of series.

Specified by:
getLineWidth in interface IStiRadarAreaSeries

setLineWidth

public void setLineWidth(float value)
Specified by:
setLineWidth in interface IStiRadarAreaSeries

getBrush

public final StiBrush getBrush()
Gets or sets brush which will be used to fill area.

Specified by:
getBrush in interface IStiRadarAreaSeries

setBrush

public final void setBrush(StiBrush value)
Specified by:
setBrush in interface IStiRadarAreaSeries

GetDefaultAreaType

public java.lang.Class GetDefaultAreaType()
Specified by:
GetDefaultAreaType in interface IStiSeries
Specified by:
GetDefaultAreaType in class StiSeries

SaveToJsonObject

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

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Overrides:
LoadFromJsonObject in class StiRadarSeries
Throws:
JSONException