Class StiGridLines
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.gridLines.axis.StiGridLines
- All Implemented Interfaces:
IStiSerializable,IStiSerializableRef,IStiGridLines,Cloneable
- Direct Known Subclasses:
StiGridLinesHor,StiGridLinesVert
-
Field Summary
FieldsFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
ConstructorsConstructorDescriptionStiGridLines(StiColor color, StiPenStyle style, boolean visible, StiColor minorColor, StiPenStyle minorStyle, boolean minorVisible, int minorCount, 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 StiGridLinesCoreXFgetCore()final StiColorGets or sets color which will be used for drawing minor grid lines.final intGets or sets count of minor grid lines per each major grid line.final StiPenStyleGets or sets style which will be used for drawing minor grid lines.final booleanGets or sets visibility of minor grid lines.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(StiGridLinesCoreXF value) final voidsetMinorColor(StiColor value) final voidsetMinorCount(int value) final voidsetMinorStyle(StiPenStyle value) final voidsetMinorVisible(boolean 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
-
Field Details
-
needSetAreaJsonPropertyInternal
public boolean needSetAreaJsonPropertyInternal
-
-
Constructor Details
-
StiGridLines
public StiGridLines() -
StiGridLines
public StiGridLines(StiColor color, StiPenStyle style, boolean visible, StiColor minorColor, StiPenStyle minorStyle, boolean minorVisible, int minorCount, boolean allowApplyStyle)
-
-
Method Details
-
clone
Creates a new object that is a copy of the current instance. -
getCore
- Specified by:
getCorein interfaceIStiGridLines
-
setCore
- Specified by:
setCorein interfaceIStiGridLines
-
getAllowApplyStyle
public final boolean getAllowApplyStyle()Gets or sets value which indicates that chart style will be used.- Specified by:
getAllowApplyStylein interfaceIStiGridLines
-
setAllowApplyStyle
public final void setAllowApplyStyle(boolean value) - Specified by:
setAllowApplyStylein interfaceIStiGridLines
-
getColor
Gets or sets color which will be used for drawing major grid lines.- Specified by:
getColorin interfaceIStiGridLines
-
setColor
- Specified by:
setColorin interfaceIStiGridLines
-
getMinorColor
Gets or sets color which will be used for drawing minor grid lines.- Specified by:
getMinorColorin interfaceIStiGridLines
-
setMinorColor
- Specified by:
setMinorColorin interfaceIStiGridLines
-
getStyle
Gets or sets style which will be used for drawing major grid lines.- Specified by:
getStylein interfaceIStiGridLines
-
setStyle
- Specified by:
setStylein interfaceIStiGridLines
-
getMinorStyle
Gets or sets style which will be used for drawing minor grid lines.- Specified by:
getMinorStylein interfaceIStiGridLines
-
setMinorStyle
- Specified by:
setMinorStylein interfaceIStiGridLines
-
getVisible
public final boolean getVisible()Gets or sets visibility of major grid lines.- Specified by:
getVisiblein interfaceIStiGridLines
-
setVisible
public final void setVisible(boolean value) - Specified by:
setVisiblein interfaceIStiGridLines
-
getMinorVisible
public final boolean getMinorVisible()Gets or sets visibility of minor grid lines.- Specified by:
getMinorVisiblein interfaceIStiGridLines
-
setMinorVisible
public final void setMinorVisible(boolean value) - Specified by:
setMinorVisiblein interfaceIStiGridLines
-
getMinorCount
public final int getMinorCount()Gets or sets count of minor grid lines per each major grid line.- Specified by:
getMinorCountin interfaceIStiGridLines
-
setMinorCount
public final void setMinorCount(int value) - Specified by:
setMinorCountin interfaceIStiGridLines
-
getArea
- Specified by:
getAreain interfaceIStiGridLines
-
setArea
- Specified by:
setAreain interfaceIStiGridLines
-
SaveToJsonObject
- Throws:
JSONException
-
LoadFromJsonObject
- Throws:
JSONException
-