|
||||||||||
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 StiService
public java.lang.String getServiceName()
getServiceName
in class StiService
public final java.lang.String getServiceCategory()
getServiceCategory
in class StiService
public final java.lang.Class getServiceType()
getServiceType
in class StiService
public final StiTrendLineCoreXF getCore()
getCore
in interface IStiTrendLine
public final void setCore(StiTrendLineCoreXF value)
setCore
in interface IStiTrendLine
public StiColor getLineColor()
getLineColor
in interface IStiTrendLine
public void setLineColor(StiColor value)
setLineColor
in interface IStiTrendLine
public final float getLineWidth()
getLineWidth
in interface IStiTrendLine
public final void setLineWidth(float value)
setLineWidth
in interface IStiTrendLine
public final StiPenStyle getLineStyle()
getLineStyle
in interface IStiTrendLine
public final void setLineStyle(StiPenStyle value)
setLineStyle
in interface IStiTrendLine
public final boolean getShowShadow()
getShowShadow
in interface IStiTrendLine
public final void setShowShadow(boolean value)
setShowShadow
in interface IStiTrendLine
public boolean getAllowApplyStyle()
getAllowApplyStyle
in interface IStiTrendLine
public void setAllowApplyStyle(boolean value)
setAllowApplyStyle
in interface IStiTrendLine
public java.lang.String toString()
toString
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
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 |