com.stimulsoft.report.chart.view.radarAxis
Class StiRadarAxis

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by 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


Field Summary
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiRadarAxis()
           
StiRadarAxis(boolean visible, boolean allowApplyStyle)
           
 
Method Summary
 java.lang.Object clone()
          Creates a new object that is a copy of the current instance.
 boolean getAllowApplyStyle()
          Gets or sets value which indicates that chart style will be used.
 IStiRadarArea getArea()
           
 StiRadarAxisCoreXF getCore()
           
 boolean getVisible()
          Gets or sets visibility of axis.
 boolean isJsonLoadFromJsonObjectArea()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setAllowApplyStyle(boolean value)
           
 void setArea(IStiRadarArea value)
           
 void setCore(StiRadarAxisCoreXF value)
           
 void setJsonLoadFromJsonObjectArea(boolean jsonLoadFromJsonObjectArea)
           
 void setVisible(boolean value)
           
 
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReference
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Constructor Detail

StiRadarAxis

public StiRadarAxis(boolean visible,
                    boolean allowApplyStyle)

StiRadarAxis

public StiRadarAxis()
Method Detail

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