Packageardisia.charts.heatmap.themes.london.skins
Classpublic class HeatmapSkin
InheritanceHeatmapSkin Inheritance spark.components.supportClasses.Skin
Implements mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  background : Rect
HeatmapSkin
  bgFill : SolidColor
HeatmapSkin
  border : Rect
border
HeatmapSkin
  borderStroke : SolidColorStroke
HeatmapSkin
  caretIndicator : ClassFactory
only cell selection is highlighted via the caret
HeatmapSkin
  columnHeaderGroup : GridColumnHeaderGroup
HeatmapSkin
  columnSeparator : ClassFactory
HeatmapSkin
  grid : Grid
renderer here only applies to the series column
HeatmapSkin
  headerColumnSeparator : ClassFactory
HeatmapSkin
  headerRenderer : ClassFactory
HeatmapSkin
  headerSeparator : Line
HeatmapSkin
  rowSeparator : ClassFactory
HeatmapSkin
  scroller : Scroller
HeatmapSkin
  wrapper : VGroup
column header, content
HeatmapSkin
Public Methods
 MethodDefined By
  
Constructor.
HeatmapSkin
Property Detail
backgroundproperty
public var background:Rect

This property can be used as the source for data binding.

bgFillproperty 
public var bgFill:SolidColor

This property can be used as the source for data binding.

borderproperty 
public var border:Rect

border

This property can be used as the source for data binding.

borderStrokeproperty 
public var borderStroke:SolidColorStroke

This property can be used as the source for data binding.

caretIndicatorproperty 
public var caretIndicator:ClassFactory

only cell selection is highlighted via the caret

This property can be used as the source for data binding.

columnHeaderGroupproperty 
public var columnHeaderGroup:GridColumnHeaderGroup

This property can be used as the source for data binding.

columnSeparatorproperty 
public var columnSeparator:ClassFactory

This property can be used as the source for data binding.

gridproperty 
public var grid:Grid

renderer here only applies to the series column

This property can be used as the source for data binding.

headerColumnSeparatorproperty 
public var headerColumnSeparator:ClassFactory

This property can be used as the source for data binding.

headerRendererproperty 
public var headerRenderer:ClassFactory

This property can be used as the source for data binding.

headerSeparatorproperty 
public var headerSeparator:Line

This property can be used as the source for data binding.

rowSeparatorproperty 
public var rowSeparator:ClassFactory

This property can be used as the source for data binding.

scrollerproperty 
public var scroller:Scroller

This property can be used as the source for data binding.

wrapperproperty 
public var wrapper:VGroup

column header, content

This property can be used as the source for data binding.

Constructor Detail
HeatmapSkin()Constructor
public function HeatmapSkin()

Constructor.