com.stimulsoft.report.chart.view.marker
Class StiLineMarker

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.report.chart.view.marker.StiMarker
          extended by 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


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

StiLineMarker

public StiLineMarker()
Method Detail

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