Class StiRadarAxis
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.radarAxis.StiRadarAxis
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef,IStiRadarAxis,Cloneable
- Direct Known Subclasses:
StiXRadarAxis,StiYRadarAxis
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a new object that is a copy of the current instance.final booleanGets or sets value which indicates that chart style will be used.final IStiRadarAreagetArea()final StiRadarAxisCoreXFgetCore()getRange()booleanGets or sets visibility of axis.booleanvoidLoadFromJsonObject(JSONObject jObject) final voidsetAllowApplyStyle(boolean value) final voidsetArea(IStiRadarArea value) final voidsetCore(StiRadarAxisCoreXF value) voidsetJsonLoadFromJsonObjectArea(boolean jsonLoadFromJsonObjectArea) voidsetRange(IStiAxisRange value) voidsetVisible(boolean value) Methods 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.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Constructor Details
-
StiRadarAxis
public StiRadarAxis(boolean visible, boolean allowApplyStyle) -
StiRadarAxis
public StiRadarAxis()
-
-
Method Details
-
getCore
- Specified by:
getCorein interfaceIStiRadarAxis
-
setCore
- Specified by:
setCorein interfaceIStiRadarAxis
-
getAllowApplyStyle
public final boolean getAllowApplyStyle()Gets or sets value which indicates that chart style will be used.- Specified by:
getAllowApplyStylein interfaceIStiRadarAxis
-
setAllowApplyStyle
public final void setAllowApplyStyle(boolean value) - Specified by:
setAllowApplyStylein interfaceIStiRadarAxis
-
getVisible
public boolean getVisible()Gets or sets visibility of axis.- Specified by:
getVisiblein interfaceIStiRadarAxis
-
setVisible
public void setVisible(boolean value) - Specified by:
setVisiblein interfaceIStiRadarAxis
-
getArea
- Specified by:
getAreain interfaceIStiRadarAxis
-
setArea
- Specified by:
setAreain interfaceIStiRadarAxis
-
getRange
- Specified by:
getRangein interfaceIStiRadarAxis
-
setRange
- Specified by:
setRangein interfaceIStiRadarAxis
-
clone
Creates a new object that is a copy of the current instance. -
isJsonLoadFromJsonObjectArea
public boolean isJsonLoadFromJsonObjectArea()- Returns:
- the jsonLoadFromJsonObjectArea
-
setJsonLoadFromJsonObjectArea
public void setJsonLoadFromJsonObjectArea(boolean jsonLoadFromJsonObjectArea) - Parameters:
jsonLoadFromJsonObjectArea- the jsonLoadFromJsonObjectArea to set
-
SaveToJsonObject
- Throws:
JSONException
-
LoadFromJsonObject
- Throws:
JSONException
-