|
||||||||||
| 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.base.services.StiService
com.stimulsoft.report.chart.view.trendLines.StiTrendLine
public abstract class StiTrendLine
| Field Summary |
|---|
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiTrendLine()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class com.stimulsoft.base.services.StiService |
|---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabled |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
getReference, setReference |
| Constructor Detail |
|---|
public StiTrendLine()
| Method Detail |
|---|
public 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.Object
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONException
public static IStiTrendLine LoadFromJsonObjectInternal(JSONObject jObject)
throws JSONException
JSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||