Class StiGaugeStyleXF
java.lang.Object
com.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.report.styles.StiBaseStyle
com.stimulsoft.report.infographics.gauge.styles.view.StiGaugeStyleXF
- All Implemented Interfaces:
IStiJsonReportObject,IStiSerializable,IStiSerializableRef,IStiName,IStiGaugeStyle,Cloneable
- Direct Known Subclasses:
StiGaugeStyleXF24,StiGaugeStyleXF25,StiGaugeStyleXF26,StiGaugeStyleXF27,StiGaugeStyleXF28,StiGaugeStyleXF29,StiGaugeStyleXF30,StiGaugeStyleXF31,StiGaugeStyleXF32,StiGaugeStyleXF33,StiGaugeStyleXF34,StiGaugeStyleXF35,StiGaugeStyleXF36,StiGaugeStyleXF37
Copyright Stimulsoft
-
Nested Class Summary
Nested classes/interfaces inherited from class com.stimulsoft.report.styles.StiBaseStyle
StiBaseStyle.StiStyleSaver -
Field Summary
Fields inherited from class com.stimulsoft.report.styles.StiBaseStyle
reportFields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancompareGaugeStyle(StiGaugeStyleXF style) getCore()Gets a service category.Gets a service name.voidGetStyleFromComponent(StiComponent component, StiStyleElements styleElements) Gets a style from the component.booleanvoidLoadFromJsonObject(JSONObject jObject) static StiGaugeStyleXFLoadFromJsonObjectInternal(JSONObject jObject) voidsetCore(StiGaugeStyleCoreXF core) voidSetStyleToComponent(StiComponent component) Sets style to a component.toString()Returns style name.Methods inherited from class com.stimulsoft.report.styles.StiBaseStyle
clone, equals, getCollectionName, getConditions, getDescription, getName, getStyle, getStyle, getStyle, getStyle, GetStyleFromComponents, loadStyleFromString, saveToString, setCollectionName, setConditions, setDescription, setNameMethods inherited from class com.stimulsoft.base.serializing.StiSerializedObject
cleanReference, getReference, setReferenceMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
getReference, setReference
-
Constructor Details
-
StiGaugeStyleXF
public StiGaugeStyleXF()
-
-
Method Details
-
getComponentId
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Overrides:
SaveToJsonObjectin classStiBaseStyle- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Overrides:
LoadFromJsonObjectin classStiBaseStyle
-
LoadFromJsonObjectInternal
- Throws:
JSONException
-
getServiceName
Gets a service name.- Returns:
-
getServiceCategory
Gets a service category.- Returns:
-
getServiceType
-
isAllowDashboard
public boolean isAllowDashboard() -
getCore
- Specified by:
getCorein interfaceIStiGaugeStyle- Returns:
- the core
-
setCore
- Specified by:
setCorein interfaceIStiGaugeStyle- Parameters:
core- the core to set
-
toString
Description copied from class:StiBaseStyleReturns style name.- Overrides:
toStringin classStiBaseStyle- Returns:
-
compareGaugeStyle
-
GetStyleFromComponent
Gets a style from the component.- Specified by:
GetStyleFromComponentin classStiBaseStyle- Parameters:
component- Component.
-
SetStyleToComponent
Sets style to a component.- Specified by:
SetStyleToComponentin classStiBaseStyle- Parameters:
component- Component.
-
createNew
-