com.stimulsoft.report.chart.view.radarAxis
Class StiRadarAxis
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.radarAxis.StiRadarAxis
- All Implemented Interfaces:
- IStiSerializable, IStiSerializableRef, IStiRadarAxis, java.lang.Cloneable
- Direct Known Subclasses:
- StiXRadarAxis, StiYRadarAxis
public class StiRadarAxis
- extends StiSerializedObject
- implements IStiRadarAxis, java.lang.Cloneable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiRadarAxis
public StiRadarAxis(boolean visible,
boolean allowApplyStyle)
StiRadarAxis
public StiRadarAxis()
getCore
public final StiRadarAxisCoreXF getCore()
- Specified by:
getCore
in interface IStiRadarAxis
setCore
public final void setCore(StiRadarAxisCoreXF value)
- Specified by:
setCore
in interface IStiRadarAxis
getAllowApplyStyle
public final boolean getAllowApplyStyle()
- Gets or sets value which indicates that chart style will be used.
- Specified by:
getAllowApplyStyle
in interface IStiRadarAxis
setAllowApplyStyle
public final void setAllowApplyStyle(boolean value)
- Specified by:
setAllowApplyStyle
in interface IStiRadarAxis
getVisible
public boolean getVisible()
- Gets or sets visibility of axis.
- Specified by:
getVisible
in interface IStiRadarAxis
setVisible
public void setVisible(boolean value)
- Specified by:
setVisible
in interface IStiRadarAxis
getArea
public final IStiRadarArea getArea()
- Specified by:
getArea
in interface IStiRadarAxis
setArea
public final void setArea(IStiRadarArea value)
- Specified by:
setArea
in interface IStiRadarAxis
clone
public java.lang.Object clone()
- Creates a new object that is a copy of the current instance.
- Overrides:
clone
in class java.lang.Object
- Returns:
- A new object that is a copy of this instance.
isJsonLoadFromJsonObjectArea
public boolean isJsonLoadFromJsonObjectArea()
- Returns:
- the jsonLoadFromJsonObjectArea
setJsonLoadFromJsonObjectArea
public void setJsonLoadFromJsonObjectArea(boolean jsonLoadFromJsonObjectArea)
- Parameters:
jsonLoadFromJsonObjectArea
- the jsonLoadFromJsonObjectArea to set
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Throws:
JSONException