|
||||||||||
| 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.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 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 | |||||||||