|
||||||||||
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
public class StiMarker
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiMarker()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
float |
getAngle()
Gets or sets rotation angle of the marker. |
StiColor |
getBorderColor()
Gets or sets border color of marker. |
StiBrush |
getBrush()
Gets or sets brush which will be used to fill marker area. |
StiMarkerCoreXF |
getCore()
|
boolean |
getShowInLegend()
Gets or sets value which indicates that marker will be visible in legend marker. |
float |
getSize()
Gets or sets size of the marker. |
StiMarkerType |
getType()
Gets or sets type of the marker. |
boolean |
getVisible()
Gets or sets visibility of marker. |
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAngle(float value)
|
void |
setBorderColor(StiColor value)
|
void |
setBrush(StiBrush value)
|
void |
setCore(StiMarkerCoreXF value)
|
void |
setShowInLegend(boolean value)
|
void |
setSize(float value)
|
void |
setType(StiMarkerType 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 |
Constructor Detail |
---|
public StiMarker()
Method Detail |
---|
public final StiMarkerCoreXF getCore()
getCore
in interface IStiMarker
public final void setCore(StiMarkerCoreXF value)
setCore
in interface IStiMarker
public boolean getShowInLegend()
getShowInLegend
in interface IStiMarker
public void setShowInLegend(boolean value)
setShowInLegend
in interface IStiMarker
public boolean getVisible()
getVisible
in interface IStiMarker
public void setVisible(boolean value)
setVisible
in interface IStiMarker
public StiBrush getBrush()
getBrush
in interface IStiMarker
public void setBrush(StiBrush value)
setBrush
in interface IStiMarker
public final StiColor getBorderColor()
getBorderColor
in interface IStiMarker
public final void setBorderColor(StiColor value)
setBorderColor
in interface IStiMarker
public float getSize()
getSize
in interface IStiMarker
public void setSize(float value)
setSize
in interface IStiMarker
public float getAngle()
getAngle
in interface IStiMarker
public void setAngle(float value)
setAngle
in interface IStiMarker
public final StiMarkerType getType()
getType
in interface IStiMarker
public final void setType(StiMarkerType value)
setType
in interface IStiMarker
public final java.lang.Object clone()
clone
in interface IStiMarker
clone
in class java.lang.Object
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject
in interface IStiJsonReportObject
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |