public abstract class StiTrendLine extends StiService implements IStiTrendLine, java.lang.Cloneable
propertiesREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiTrendLine() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance.
|
boolean |
getAllowApplyStyle() |
StiTrendLineCoreXF |
getCore() |
StiColor |
getLineColor()
Gets or sets color which will be used for drawing trend line.
|
StiPenStyle |
getLineStyle()
Gets or sets trend line style.
|
float |
getLineWidth()
Gets or sets trend line width.
|
java.lang.String |
getServiceCategory()
Gets a service category.
|
java.lang.String |
getServiceName()
Gets a service name.
|
java.lang.Class |
getServiceType()
Gets a service type.
|
boolean |
getShowShadow()
Gets or sets value which indicates draw shadow or no.
|
void |
LoadFromJsonObject(JSONObject jObject) |
static IStiTrendLine |
LoadFromJsonObjectInternal(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setAllowApplyStyle(boolean value)
value which indicates that chart style will be used.
|
void |
setCore(StiTrendLineCoreXF value) |
void |
setLineColor(StiColor value) |
void |
setLineStyle(StiPenStyle value) |
void |
setLineWidth(float value) |
void |
setShowShadow(boolean value) |
java.lang.String |
toString() |
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledcleanReference, getReference, setReferenceequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetReference, setReferencepublic java.lang.Object clone()
clone in class StiServicepublic java.lang.String getServiceName()
getServiceName in class StiServicepublic final java.lang.String getServiceCategory()
getServiceCategory in class StiServicepublic final java.lang.Class getServiceType()
getServiceType in class StiServicepublic final StiTrendLineCoreXF getCore()
getCore in interface IStiTrendLinepublic final void setCore(StiTrendLineCoreXF value)
setCore in interface IStiTrendLinepublic StiColor getLineColor()
getLineColor in interface IStiTrendLinepublic void setLineColor(StiColor value)
setLineColor in interface IStiTrendLinepublic final float getLineWidth()
getLineWidth in interface IStiTrendLinepublic final void setLineWidth(float value)
setLineWidth in interface IStiTrendLinepublic final StiPenStyle getLineStyle()
getLineStyle in interface IStiTrendLinepublic final void setLineStyle(StiPenStyle value)
setLineStyle in interface IStiTrendLinepublic final boolean getShowShadow()
getShowShadow in interface IStiTrendLinepublic final void setShowShadow(boolean value)
setShowShadow in interface IStiTrendLinepublic boolean getAllowApplyStyle()
getAllowApplyStyle in interface IStiTrendLinepublic void setAllowApplyStyle(boolean value)
setAllowApplyStyle in interface IStiTrendLinepublic java.lang.String toString()
toString in class java.lang.Objectpublic JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionpublic static IStiTrendLine LoadFromJsonObjectInternal(JSONObject jObject) throws JSONException
JSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.