public abstract class StiRadarGridLines extends StiSerializedObject implements IStiRadarGridLines, java.lang.Cloneable
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiRadarGridLines() |
StiRadarGridLines(StiColor color,
StiPenStyle style,
boolean visible,
boolean allowApplyStyle) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
IStiArea |
getArea() |
StiColor |
getColor()
Gets or sets color which will be used for drawing major grid lines.
|
StiRadarGridLinesCoreXF |
getCore() |
StiPenStyle |
getStyle()
Gets or sets style which will be used for drawing major grid lines.
|
boolean |
getVisible()
Gets or sets visibility of major grid lines.
|
void |
LoadFromJsonObject(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAllowApplyStyle(boolean value) |
void |
setArea(IStiArea value) |
void |
setColor(StiColor value) |
void |
setCore(StiRadarGridLinesCoreXF value) |
void |
setStyle(StiPenStyle value) |
void |
setVisible(boolean value) |
cleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, setReferencepublic StiRadarGridLines()
public StiRadarGridLines(StiColor color, StiPenStyle style, boolean visible, boolean allowApplyStyle)
public final java.lang.Object clone()
clone in class java.lang.Objectpublic final StiRadarGridLinesCoreXF getCore()
getCore in interface IStiRadarGridLinespublic final void setCore(StiRadarGridLinesCoreXF value)
setCore in interface IStiRadarGridLinespublic final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiRadarGridLinespublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiRadarGridLinespublic final StiColor getColor()
getColor in interface IStiRadarGridLinespublic final void setColor(StiColor value)
setColor in interface IStiRadarGridLinespublic final StiPenStyle getStyle()
getStyle in interface IStiRadarGridLinespublic final void setStyle(StiPenStyle value)
setStyle in interface IStiRadarGridLinespublic final boolean getVisible()
getVisible in interface IStiRadarGridLinespublic final void setVisible(boolean value)
setVisible in interface IStiRadarGridLinespublic final IStiArea getArea()
getArea in interface IStiRadarGridLinespublic final void setArea(IStiArea value)
setArea in interface IStiRadarGridLinespublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
JSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.