public abstract class StiChartStyle extends StiService implements IStiChartStyle
| Modifier and Type | Field and Description |
|---|---|
static java.util.List<StiChartStyle> |
STYLES |
propertiesREFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiChartStyle() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompareChartStyle(StiChartStyle style) |
boolean |
equals(java.lang.Object obj) |
StiStyleCoreXF |
getCore() |
java.lang.String |
getServiceCategory()
Gets a service category.
|
java.lang.String |
getServiceName()
Gets a service name.
|
java.lang.Class<?> |
getServiceType()
Gets a service type.
|
void |
LoadFromJsonObject(JSONObject jObject) |
static StiChartStyle |
LoadFromJsonObjectInternal(JSONObject jObject) |
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode) |
void |
setCore(StiStyleCoreXF value) |
java.lang.String |
toString() |
clone, getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledcleanReference, getReference, setReferencefinalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetReference, setReferencepublic static final java.util.List<StiChartStyle> STYLES
public 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 StiStyleCoreXF getCore()
getCore in interface IStiChartStylepublic final void setCore(StiStyleCoreXF value)
setCore in interface IStiChartStylepublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic final boolean CompareChartStyle(StiChartStyle style)
public JSONObject SaveToJsonObject(StiJsonSaveMode mode) throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectJSONExceptionpublic static StiChartStyle LoadFromJsonObjectInternal(JSONObject jObject) throws JSONException
JSONExceptionpublic void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectJSONExceptionCopyright © 2019 Stimulsoft. All Rights Reserved.