Class StiRadarGridLines
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.gridLines.radar.StiRadarGridLines
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef,IStiRadarGridLines,Cloneable
- Direct Known Subclasses:
StiRadarGridLinesHor,StiRadarGridLinesVert
public abstract class StiRadarGridLines
extends StiSerializedObject
implements IStiRadarGridLines, Cloneable
-
Field Summary
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiRadarGridLines(StiColor color, StiPenStyle style, boolean visible, boolean allowApplyStyle) -
Method Summary
Modifier and TypeMethodDescriptionfinal Objectclone()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 IStiAreagetArea()final StiColorgetColor()Gets or sets color which will be used for drawing major grid lines.final StiRadarGridLinesCoreXFgetCore()final StiPenStylegetStyle()Gets or sets style which will be used for drawing major grid lines.final booleanGets or sets visibility of major grid lines.voidLoadFromJsonObject(JSONObject jObject) final voidsetAllowApplyStyle(boolean value) final voidfinal voidfinal voidsetCore(StiRadarGridLinesCoreXF value) final voidsetStyle(StiPenStyle value) final 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
-
StiRadarGridLines
public StiRadarGridLines() -
StiRadarGridLines
public StiRadarGridLines(StiColor color, StiPenStyle style, boolean visible, boolean allowApplyStyle)
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance. -
getCore
- Specified by:
getCorein interfaceIStiRadarGridLines
-
setCore
- Specified by:
setCorein interfaceIStiRadarGridLines
-
getAllowApplyStyle
public final boolean getAllowApplyStyle()Gets or sets value which indicates that chart style will be used.- Specified by:
getAllowApplyStylein interfaceIStiRadarGridLines
-
setAllowApplyStyle
public final void setAllowApplyStyle(boolean value) - Specified by:
setAllowApplyStylein interfaceIStiRadarGridLines
-
getColor
Gets or sets color which will be used for drawing major grid lines.- Specified by:
getColorin interfaceIStiRadarGridLines
-
setColor
- Specified by:
setColorin interfaceIStiRadarGridLines
-
getStyle
Gets or sets style which will be used for drawing major grid lines.- Specified by:
getStylein interfaceIStiRadarGridLines
-
setStyle
- Specified by:
setStylein interfaceIStiRadarGridLines
-
getVisible
public final boolean getVisible()Gets or sets visibility of major grid lines.- Specified by:
getVisiblein interfaceIStiRadarGridLines
-
setVisible
public final void setVisible(boolean value) - Specified by:
setVisiblein interfaceIStiRadarGridLines
-
getArea
- Specified by:
getAreain interfaceIStiRadarGridLines
-
setArea
- Specified by:
setAreain interfaceIStiRadarGridLines
-
SaveToJsonObject
- Throws:
JSONException
-
LoadFromJsonObject
- Throws:
JSONException
-