|
||||||||||
| 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 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.Object
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||