com.stimulsoft.report.chart.view.gridLines.radar
Class StiRadarGridLines
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.gridLines.radar.StiRadarGridLines
- All Implemented Interfaces:
- IStiSerializable, IStiSerializableRef, IStiRadarGridLines, java.lang.Cloneable
- Direct Known Subclasses:
- StiRadarGridLinesHor, StiRadarGridLinesVert
public abstract class StiRadarGridLines
- extends StiSerializedObject
- implements IStiRadarGridLines, java.lang.Cloneable
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiRadarGridLines
public StiRadarGridLines()
StiRadarGridLines
public StiRadarGridLines(StiColor color,
StiPenStyle style,
boolean visible,
boolean allowApplyStyle)
clone
public final 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.
getCore
public final StiRadarGridLinesCoreXF getCore()
- Specified by:
getCore
in interface IStiRadarGridLines
setCore
public final void setCore(StiRadarGridLinesCoreXF value)
- Specified by:
setCore
in interface IStiRadarGridLines
getAllowApplyStyle
public final boolean getAllowApplyStyle()
- Gets or sets value which indicates that chart style will be used.
- Specified by:
getAllowApplyStyle
in interface IStiRadarGridLines
setAllowApplyStyle
public final void setAllowApplyStyle(boolean value)
- Specified by:
setAllowApplyStyle
in interface IStiRadarGridLines
getColor
public final StiColor getColor()
- Gets or sets color which will be used for drawing major grid lines.
- Specified by:
getColor
in interface IStiRadarGridLines
setColor
public final void setColor(StiColor value)
- Specified by:
setColor
in interface IStiRadarGridLines
getStyle
public final StiPenStyle getStyle()
- Gets or sets style which will be used for drawing major grid lines.
- Specified by:
getStyle
in interface IStiRadarGridLines
setStyle
public final void setStyle(StiPenStyle value)
- Specified by:
setStyle
in interface IStiRadarGridLines
getVisible
public final boolean getVisible()
- Gets or sets visibility of major grid lines.
- Specified by:
getVisible
in interface IStiRadarGridLines
setVisible
public final void setVisible(boolean value)
- Specified by:
setVisible
in interface IStiRadarGridLines
getArea
public final IStiArea getArea()
- Specified by:
getArea
in interface IStiRadarGridLines
setArea
public final void setArea(IStiArea value)
- Specified by:
setArea
in interface IStiRadarGridLines
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Throws:
JSONException