|
||||||||||
| 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 IStiAreaclone in class StiAreapublic java.lang.Class GetDefaultSeriesLabelsType()
GetDefaultSeriesLabelsType in interface IStiAreaGetDefaultSeriesLabelsType in class StiAreapublic java.lang.Class[] GetSeriesLabelsTypes()
GetSeriesLabelsTypes in interface IStiAreaGetSeriesLabelsTypes in class StiAreapublic final IStiInterlacingHor getInterlacingHor()
getInterlacingHor in interface IStiRadarAreapublic final void setInterlacingHor(IStiInterlacingHor value)
setInterlacingHor in interface IStiRadarAreapublic final IStiInterlacingVert getInterlacingVert()
getInterlacingVert in interface IStiRadarAreapublic final void setInterlacingVert(IStiInterlacingVert value)
setInterlacingVert in interface IStiRadarAreapublic final IStiRadarGridLinesHor getGridLinesHor()
getGridLinesHor in interface IStiRadarAreapublic final void setGridLinesHor(IStiRadarGridLinesHor value)
setGridLinesHor in interface IStiRadarAreapublic final IStiRadarGridLinesVert getGridLinesVert()
getGridLinesVert in interface IStiRadarAreapublic final void setGridLinesVert(IStiRadarGridLinesVert value)
setGridLinesVert in interface IStiRadarAreapublic final StiRadarStyle getRadarStyle()
getRadarStyle in interface IStiRadarAreapublic final void setRadarStyle(StiRadarStyle value)
setRadarStyle in interface IStiRadarAreapublic final IStiXRadarAxis getXAxis()
getXAxis in interface IStiRadarAreapublic final void setXAxis(IStiXRadarAxis value)
setXAxis in interface IStiRadarAreapublic final IStiYRadarAxis getYAxis()
getYAxis in interface IStiRadarAreapublic final void setYAxis(IStiYRadarAxis value)
setYAxis in interface IStiRadarArea
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiAreaJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiAreaJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||