com.stimulsoft.report.chart.view.styles
Class StiCustomStyle

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.base.services.StiService
          extended by com.stimulsoft.report.chart.view.styles.StiChartStyle
              extended by com.stimulsoft.report.chart.view.styles.StiStyle01
                  extended by com.stimulsoft.report.chart.view.styles.StiCustomStyle
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiChartStyle, java.lang.Cloneable

public class StiCustomStyle
extends StiStyle01


Field Summary
 
Fields inherited from class com.stimulsoft.report.chart.view.styles.StiChartStyle
STYLES
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiCustomStyle()
           
StiCustomStyle(java.lang.String reportStyleName)
           
 
Method Summary
 StiCustomStyleCoreXF getCustomCore()
           
 java.lang.String getServiceName()
          Gets a service name.
 
Methods inherited from class com.stimulsoft.report.chart.view.styles.StiChartStyle
CompareChartStyle, equals, getCore, getServiceCategory, getServiceType, LoadFromJsonObject, LoadFromJsonObjectInternal, SaveToJsonObject, setCore, toString
 
Methods inherited from class com.stimulsoft.base.services.StiService
clone, 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
getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
 

Constructor Detail

StiCustomStyle

public StiCustomStyle()

StiCustomStyle

public StiCustomStyle(java.lang.String reportStyleName)
Method Detail

getServiceName

public java.lang.String getServiceName()
Gets a service name.

Overrides:
getServiceName in class StiChartStyle

getCustomCore

public final StiCustomStyleCoreXF getCustomCore()