Class StiChartStyle
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.chart.view.styles.StiChartStyle
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiChartStyle,Cloneable
- Direct Known Subclasses:
StiStyle01,StiStyle02,StiStyle03,StiStyle04,StiStyle05,StiStyle06,StiStyle07,StiStyle09,StiStyle10,StiStyle11,StiStyle12,StiStyle13,StiStyle14,StiStyle15,StiStyle16,StiStyle17,StiStyle18,StiStyle19,StiStyle20,StiStyle21,StiStyle22,StiStyle23,StiStyle24,StiStyle25,StiStyle26,StiStyle27,StiStyle28,StiStyle29,StiStyle30,StiStyle31,StiStyle32,StiStyle33
-
Field Summary
FieldsFields inherited from class com.stimulsoft.base.services.StiService
propertiesFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanCompareChartStyle(StiChartStyle style) booleanfinal StiStyleCoreXFgetCore()final StringGets a service category.Gets a service name.final Class<?> Gets a service type.voidLoadFromJsonObject(JSONObject jObject) static StiChartStyleLoadFromJsonObjectInternal(JSONObject jObject) final voidsetCore(StiStyleCoreXF value) toString()Methods inherited from class com.stimulsoft.base.services.StiService
clone, getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, packService, properties, setProperties, setServiceEnabledMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Field Details
-
STYLES
-
-
Constructor Details
-
StiChartStyle
public StiChartStyle()
-
-
Method Details
-
getServiceName
Gets a service name.- Overrides:
getServiceNamein classStiService
-
getServiceCategory
Gets a service category.- Overrides:
getServiceCategoryin classStiService
-
getServiceType
Gets a service type.- Specified by:
getServiceTypein classStiService
-
getCore
- Specified by:
getCorein interfaceIStiChartStyle
-
setCore
- Specified by:
setCorein interfaceIStiChartStyle
-
toString
-
equals
-
CompareChartStyle
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObjectInternal
- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-