Class StiXRadarAxis
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.radarAxis.StiRadarAxis
com.stimulsoft.report.chart.view.radarAxis.StiXRadarAxis
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiRadarAxis,IStiXRadarAxis,Cloneable
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiXRadarAxis(IStiRadarAxisLabels labels, boolean visible, boolean allowApplyStyle) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a copy of the current instance.final IStiRadarAxisLabelsGets or sets axis labels settings.final StiXRadarAxisCoreXFgetXCore()voidLoadFromJsonObject(JSONObject jObject) final voidsetLabels(IStiRadarAxisLabels value) Methods inherited from class com.stimulsoft.report.chart.view.radarAxis.StiRadarAxis
getAllowApplyStyle, getArea, getCore, getRange, getVisible, isJsonLoadFromJsonObjectArea, setAllowApplyStyle, setArea, setCore, setJsonLoadFromJsonObjectArea, setRange, setVisibleMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.stimulsoft.report.chart.interfaces.radarAxis.IStiRadarAxis
getAllowApplyStyle, getArea, getCore, getRange, getVisible, setAllowApplyStyle, setArea, setCore, setRange, setVisibleMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Constructor Details
-
StiXRadarAxis
public StiXRadarAxis() -
StiXRadarAxis
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance.- Specified by:
clonein interfaceIStiXRadarAxis- Overrides:
clonein classStiRadarAxis- Returns:
- A new object that is a copy of this instance.
-
getXCore
- Specified by:
getXCorein interfaceIStiXRadarAxis
-
getLabels
Gets or sets axis labels settings.- Specified by:
getLabelsin interfaceIStiXRadarAxis
-
setLabels
- Specified by:
setLabelsin interfaceIStiXRadarAxis
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiRadarAxis- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiRadarAxis- Throws:
JSONException
-