com.stimulsoft.report.chart.view.marker
Class StiLineMarker
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.chart.view.marker.StiMarker
com.stimulsoft.report.chart.view.marker.StiLineMarker
- All Implemented Interfaces:
- IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiSerializeToCodeAsClass, IStiLineMarker, IStiMarker, java.lang.Cloneable
public class StiLineMarker
- extends StiMarker
- implements IStiLineMarker
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 java.lang.Object |
equals, 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 |
StiLineMarker
public StiLineMarker()
getStep
public double getStep()
- Gets or sets step of the line marker.
- Specified by:
getStep
in interface IStiLineMarker
setStep
public void setStep(double value)
- Specified by:
setStep
in interface IStiLineMarker
getSize
public float getSize()
- Gets or sets size of marker.
- Specified by:
getSize
in interface IStiMarker
- Overrides:
getSize
in class StiMarker
setSize
public void setSize(float value)
- Specified by:
setSize
in interface IStiMarker
- Overrides:
setSize
in class StiMarker
getVisible
public boolean getVisible()
- Gets or sets visibility of marker.
- Specified by:
getVisible
in interface IStiMarker
- Overrides:
getVisible
in class StiMarker
setVisible
public void setVisible(boolean value)
- Specified by:
setVisible
in interface IStiMarker
- Overrides:
setVisible
in class StiMarker
SaveToJsonObject
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
- Specified by:
SaveToJsonObject
in interface IStiJsonReportObject
- Overrides:
SaveToJsonObject
in class StiMarker
- Throws:
JSONException
LoadFromJsonObject
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
- Specified by:
LoadFromJsonObject
in interface IStiJsonReportObject
- Overrides:
LoadFromJsonObject
in class StiMarker
- Throws:
JSONException