|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.gridLines.axis.StiGridLines
public abstract class StiGridLines
Field Summary | |
---|---|
boolean |
needSetAreaJsonPropertyInternal
|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiGridLines()
|
|
StiGridLines(StiColor color,
StiPenStyle style,
boolean visible,
StiColor minorColor,
StiPenStyle minorStyle,
boolean minorVisible,
int minorCount,
boolean allowApplyStyle)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
getReference, setReference |
Field Detail |
---|
public boolean needSetAreaJsonPropertyInternal
Constructor Detail |
---|
public StiGridLines()
public StiGridLines(StiColor color, StiPenStyle style, boolean visible, StiColor minorColor, StiPenStyle minorStyle, boolean minorVisible, int minorCount, boolean allowApplyStyle)
Method Detail |
---|
public final java.lang.Object clone()
clone
in class java.lang.Object
public final StiGridLinesCoreXF getCore()
getCore
in interface IStiGridLines
public final void setCore(StiGridLinesCoreXF value)
setCore
in interface IStiGridLines
public final boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiGridLines
public final void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiGridLines
public final StiColor getColor()
getColor
in interface IStiGridLines
public final void setColor(StiColor value)
setColor
in interface IStiGridLines
public final StiColor getMinorColor()
getMinorColor
in interface IStiGridLines
public final void setMinorColor(StiColor value)
setMinorColor
in interface IStiGridLines
public final StiPenStyle getStyle()
getStyle
in interface IStiGridLines
public final void setStyle(StiPenStyle value)
setStyle
in interface IStiGridLines
public final StiPenStyle getMinorStyle()
getMinorStyle
in interface IStiGridLines
public final void setMinorStyle(StiPenStyle value)
setMinorStyle
in interface IStiGridLines
public final boolean getVisible()
getVisible
in interface IStiGridLines
public final void setVisible(boolean value)
setVisible
in interface IStiGridLines
public final boolean getMinorVisible()
getMinorVisible
in interface IStiGridLines
public final void setMinorVisible(boolean value)
setMinorVisible
in interface IStiGridLines
public final int getMinorCount()
getMinorCount
in interface IStiGridLines
public final void setMinorCount(int value)
setMinorCount
in interface IStiGridLines
public final IStiArea getArea()
getArea
in interface IStiGridLines
public final void setArea(IStiArea value)
setArea
in interface IStiGridLines
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |