public class StiMarker extends StiSerializedObject implements IStiMarker, IStiSerializeToCodeAsClass, java.lang.Cloneable
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiMarker() |
| Modifier and Type | Method and Description |
|---|---|
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) |
cleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReference, setReferencepublic final StiMarkerCoreXF getCore()
getCore in interface IStiMarkerpublic final void setCore(StiMarkerCoreXF value)
setCore in interface IStiMarkerpublic boolean getShowInLegend()
getShowInLegend in interface IStiMarkerpublic void setShowInLegend(boolean value)
setShowInLegend in interface IStiMarkerpublic boolean getVisible()
getVisible in interface IStiMarkerpublic void setVisible(boolean value)
setVisible in interface IStiMarkerpublic StiBrush getBrush()
getBrush in interface IStiMarkerpublic void setBrush(StiBrush value)
setBrush in interface IStiMarkerpublic final StiColor getBorderColor()
getBorderColor in interface IStiMarkerpublic final void setBorderColor(StiColor value)
setBorderColor in interface IStiMarkerpublic float getSize()
getSize in interface IStiMarkerpublic void setSize(float value)
setSize in interface IStiMarkerpublic float getAngle()
getAngle in interface IStiMarkerpublic void setAngle(float value)
setAngle in interface IStiMarkerpublic final StiMarkerType getType()
getType in interface IStiMarkerpublic final void setType(StiMarkerType value)
setType in interface IStiMarkerpublic final java.lang.Object clone()
clone in interface IStiMarkerclone in class java.lang.Objectpublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.