public abstract class StiGridLines extends StiSerializedObject implements IStiGridLines, java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
boolean |
needSetAreaJsonPropertyInternal |
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiGridLines() |
StiGridLines(StiColor color,
StiPenStyle style,
boolean visible,
StiColor minorColor,
StiPenStyle minorStyle,
boolean minorVisible,
int minorCount,
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.
|
StiGridLinesCoreXF |
getCore() |
StiColor |
getMinorColor()
Gets or sets color which will be used for drawing minor grid lines.
|
int |
getMinorCount()
Gets or sets count of minor grid lines per each major grid line.
|
StiPenStyle |
getMinorStyle()
Gets or sets style which will be used for drawing minor grid lines.
|
boolean |
getMinorVisible()
Gets or sets visibility of minor grid lines.
|
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(StiGridLinesCoreXF value) |
void |
setMinorColor(StiColor value) |
void |
setMinorCount(int value) |
void |
setMinorStyle(StiPenStyle value) |
void |
setMinorVisible(boolean value) |
void |
setStyle(StiPenStyle value) |
void |
setVisible(boolean value) |
cleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, setReferencepublic StiGridLines()
public StiGridLines(StiColor color, StiPenStyle style, boolean visible, StiColor minorColor, StiPenStyle minorStyle, boolean minorVisible, int minorCount, boolean allowApplyStyle)
public final java.lang.Object clone()
clone in class java.lang.Objectpublic final StiGridLinesCoreXF getCore()
getCore in interface IStiGridLinespublic final void setCore(StiGridLinesCoreXF value)
setCore in interface IStiGridLinespublic final boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiGridLinespublic final void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiGridLinespublic final StiColor getColor()
getColor in interface IStiGridLinespublic final void setColor(StiColor value)
setColor in interface IStiGridLinespublic final StiColor getMinorColor()
getMinorColor in interface IStiGridLinespublic final void setMinorColor(StiColor value)
setMinorColor in interface IStiGridLinespublic final StiPenStyle getStyle()
getStyle in interface IStiGridLinespublic final void setStyle(StiPenStyle value)
setStyle in interface IStiGridLinespublic final StiPenStyle getMinorStyle()
getMinorStyle in interface IStiGridLinespublic final void setMinorStyle(StiPenStyle value)
setMinorStyle in interface IStiGridLinespublic final boolean getVisible()
getVisible in interface IStiGridLinespublic final void setVisible(boolean value)
setVisible in interface IStiGridLinespublic final boolean getMinorVisible()
getMinorVisible in interface IStiGridLinespublic final void setMinorVisible(boolean value)
setMinorVisible in interface IStiGridLinespublic final int getMinorCount()
getMinorCount in interface IStiGridLinespublic final void setMinorCount(int value)
setMinorCount in interface IStiGridLinespublic final IStiArea getArea()
getArea in interface IStiGridLinespublic final void setArea(IStiArea value)
setArea in interface IStiGridLinespublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
JSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.