com.stimulsoft.report.maps.style
Class StiMap27StyleFX

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
                  extended by com.stimulsoft.report.maps.style.StiMap27StyleFX
All Implemented Interfaces:
IStiJsonReportObject, IStiSerializable, IStiSerializableRef, IStiName, java.lang.Cloneable

public class StiMap27StyleFX
extends StiMapStyleFX

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
StiMap27StyleFX()
           
 
Method Summary
 StiColor getBackColor()
           
 java.util.List<StiColor> getColors()
           
 StiColor getDefaultColor()
           
 StiColor getForeColor()
           
 java.util.List<StiColor> getHeatmapColors()
           
 StiColor getIndividualColor()
           
 java.lang.String getLocalizeName()
           
 StiMapStyleIdent getStyleId()
           
 
Methods inherited from class com.stimulsoft.report.maps.style.StiMapStyleFX
isAllowDashboard
 
Methods inherited from class com.stimulsoft.report.styles.StiMapStyle
drawBox, drawStyle, getBorderColor, getBorderSize, getComponentId, 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

StiMap27StyleFX

public StiMap27StyleFX()
Method Detail

getStyleId

public StiMapStyleIdent getStyleId()
Specified by:
getStyleId in class StiMapStyleFX

getLocalizeName

public java.lang.String getLocalizeName()
Specified by:
getLocalizeName in class StiMapStyleFX

getIndividualColor

public StiColor getIndividualColor()
Overrides:
getIndividualColor in class StiMapStyle
Returns:
the individualColor

getColors

public java.util.List<StiColor> getColors()
Overrides:
getColors in class StiMapStyle
Returns:
the colors

getHeatmapColors

public java.util.List<StiColor> getHeatmapColors()
Overrides:
getHeatmapColors in class StiMapStyle
Returns:
the heatmapColors

getDefaultColor

public StiColor getDefaultColor()
Overrides:
getDefaultColor in class StiMapStyle
Returns:
the defaultColor

getBackColor

public StiColor getBackColor()
Overrides:
getBackColor in class StiMapStyle
Returns:
the backColor

getForeColor

public StiColor getForeColor()
Overrides:
getForeColor in class StiMapStyle
Returns:
the foreColor