|
||||||||||
| 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.marker.StiMarker
com.stimulsoft.report.chart.view.marker.StiLineMarker
public class StiLineMarker
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiLineMarker()
|
|
| Method Summary | |
|---|---|
float |
getSize()
Gets or sets size of marker. |
double |
getStep()
Gets or sets step of the line marker. |
boolean |
getVisible()
Gets or sets visibility of marker. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setSize(float value)
|
void |
setStep(double value)
|
void |
setVisible(boolean value)
|
| Methods inherited from class com.stimulsoft.report.chart.view.marker.StiMarker |
|---|
clone, getAngle, getBorderColor, getBrush, getCore, getShowInLegend, getType, setAngle, setBorderColor, setBrush, setCore, setShowInLegend, setType |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.stimulsoft.report.chart.interfaces.marker.IStiMarker |
|---|
clone, getAngle, getBorderColor, getBrush, getCore, getShowInLegend, getType, setAngle, setBorderColor, setBrush, setCore, setShowInLegend, setType |
| Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
getReference, setReference |
| Constructor Detail |
|---|
public StiLineMarker()
| Method Detail |
|---|
public double getStep()
getStep in interface IStiLineMarkerpublic void setStep(double value)
setStep in interface IStiLineMarkerpublic float getSize()
getSize in interface IStiMarkergetSize in class StiMarkerpublic void setSize(float value)
setSize in interface IStiMarkersetSize in class StiMarkerpublic boolean getVisible()
getVisible in interface IStiMarkergetVisible in class StiMarkerpublic void setVisible(boolean value)
setVisible in interface IStiMarkersetVisible in class StiMarker
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiMarkerJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiMarkerJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||