|
||||||||||
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.areas.StiArea
com.stimulsoft.report.chart.view.areas.radar.StiRadarArea
public abstract class StiRadarArea
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiRadarArea()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
java.lang.Class |
GetDefaultSeriesLabelsType()
|
IStiRadarGridLinesHor |
getGridLinesHor()
Gets or sets horizontal grid lines on left axis. |
IStiRadarGridLinesVert |
getGridLinesVert()
Gets or sets grid lines on vertical axis. |
IStiInterlacingHor |
getInterlacingHor()
Gets or sets interlacing settings on horizontal axis. |
IStiInterlacingVert |
getInterlacingVert()
Gets or sets interlacing settings on vertical axis. |
StiRadarStyle |
getRadarStyle()
Gets or sets style of radar area. |
java.lang.Class[] |
GetSeriesLabelsTypes()
|
IStiXRadarAxis |
getXAxis()
Gets or sets settings of X Axis. |
IStiYRadarAxis |
getYAxis()
Gets or sets settings of Y Axis. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setGridLinesHor(IStiRadarGridLinesHor value)
|
void |
setGridLinesVert(IStiRadarGridLinesVert value)
|
void |
setInterlacingHor(IStiInterlacingHor value)
|
void |
setInterlacingVert(IStiInterlacingVert value)
|
void |
setRadarStyle(StiRadarStyle value)
|
void |
setXAxis(IStiXRadarAxis value)
|
void |
setYAxis(IStiYRadarAxis value)
|
Methods inherited from class com.stimulsoft.report.chart.view.areas.StiArea |
---|
getAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, GetDefaultSeriesType, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, GetSeriesTypes, getServiceCategory, getServiceName, getServiceType, getShowShadow, LoadFromJsonObjectInternal, setAllowApplyStyle, setBorderColor, setBrush, setChart, setColorEach, 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 |
---|
getAllowApplyStyle, getBorderColor, getBrush, getChart, getColorEach, getCore, GetDefaultSeriesType, getIsDefaultSeriesTypeFullStackedBarSeries, getIsDefaultSeriesTypeFullStackedColumnSeries, GetSeriesTypes, getShowShadow, setAllowApplyStyle, setBorderColor, setBrush, setChart, setColorEach, setCore, setShowShadow |
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
getReference, setReference |
Constructor Detail |
---|
public StiRadarArea()
Method Detail |
---|
public java.lang.Object clone()
clone
in interface IStiArea
clone
in class StiArea
public java.lang.Class GetDefaultSeriesLabelsType()
GetDefaultSeriesLabelsType
in interface IStiArea
GetDefaultSeriesLabelsType
in class StiArea
public java.lang.Class[] GetSeriesLabelsTypes()
GetSeriesLabelsTypes
in interface IStiArea
GetSeriesLabelsTypes
in class StiArea
public final IStiInterlacingHor getInterlacingHor()
getInterlacingHor
in interface IStiRadarArea
public final void setInterlacingHor(IStiInterlacingHor value)
setInterlacingHor
in interface IStiRadarArea
public final IStiInterlacingVert getInterlacingVert()
getInterlacingVert
in interface IStiRadarArea
public final void setInterlacingVert(IStiInterlacingVert value)
setInterlacingVert
in interface IStiRadarArea
public final IStiRadarGridLinesHor getGridLinesHor()
getGridLinesHor
in interface IStiRadarArea
public final void setGridLinesHor(IStiRadarGridLinesHor value)
setGridLinesHor
in interface IStiRadarArea
public final IStiRadarGridLinesVert getGridLinesVert()
getGridLinesVert
in interface IStiRadarArea
public final void setGridLinesVert(IStiRadarGridLinesVert value)
setGridLinesVert
in interface IStiRadarArea
public final StiRadarStyle getRadarStyle()
getRadarStyle
in interface IStiRadarArea
public final void setRadarStyle(StiRadarStyle value)
setRadarStyle
in interface IStiRadarArea
public final IStiXRadarAxis getXAxis()
getXAxis
in interface IStiRadarArea
public final void setXAxis(IStiXRadarAxis value)
setXAxis
in interface IStiRadarArea
public final IStiYRadarAxis getYAxis()
getYAxis
in interface IStiRadarArea
public final void setYAxis(IStiYRadarAxis value)
setYAxis
in interface IStiRadarArea
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
SaveToJsonObject
in class StiArea
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiArea
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |