com.stimulsoft.report.maps.style
Class StiMapStyleFX

java.lang.Object
  extended by com.stimulsoft.base.serializing.StiSerializedObject
      extended by com.stimulsoft.report.styles.StiBaseStyle
          extended by com.stimulsoft.report.styles.StiMapStyle
              extended by com.stimulsoft.report.maps.style.StiMapStyleFX
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiName, java.lang.Cloneable
Direct Known Subclasses:
StiMap21StyleFX, StiMap24StyleFX, StiMap25StyleFX, StiMap26StyleFX, StiMap27StyleFX

public abstract class StiMapStyleFX
extends StiMapStyle

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.StiMapStyle
individualColor
 
Fields inherited from class com.stimulsoft.report.styles.StiBaseStyle
report
 
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef
REFERENCE_EMPTY, REFERENCE_REPORT
 
Constructor Summary
StiMapStyleFX()
           
 
Method Summary
abstract  java.lang.String getLocalizeName()
           
abstract  StiMapStyleIdent getStyleId()
           
 boolean isAllowDashboard()
           
 
Methods inherited from class com.stimulsoft.report.styles.StiMapStyle
drawBox, drawStyle, getBackColor, getBorderColor, getBorderSize, getColors, getComponentId, getDefaultColor, getForeColor, getHeatmapColors, getIndividualColor, GetStyleFromComponent, load, save, setBackColor, setBorderColor, setBorderSize, setColors, setDefaultColor, setForeColor, setHeatmapColors, setIndividualColor, SetStyleToComponent
 
Methods inherited from class com.stimulsoft.report.styles.StiBaseStyle
clone, equals, getCollectionName, getConditions, getDescription, getName, getStyle, getStyle, getStyle, getStyle, GetStyleFromComponents, LoadFromJsonObject, loadStyleFromString, SaveToJsonObject, saveToString, setCollectionName, setConditions, setDescription, setName, toString
 
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
 

Constructor Detail

StiMapStyleFX

public StiMapStyleFX()
Method Detail

getLocalizeName

public abstract java.lang.String getLocalizeName()

isAllowDashboard

public boolean isAllowDashboard()

getStyleId

public abstract StiMapStyleIdent getStyleId()