Package | ardisia.charts.heatmap.themes.spark.skins |
Class | public class HeatmapSkin |
Inheritance | HeatmapSkin spark.components.supportClasses.Skin |
Implements | mx.binding.IBindingClient, mx.core.IStateClient2 |
Default MXML PropertymxmlContent
Property | Defined By | ||
---|---|---|---|
background : Rect | HeatmapSkin | ||
bgFill : SolidColor Defines the color of the background. | HeatmapSkin | ||
border : Rect border | HeatmapSkin | ||
borderStroke : SolidColorStroke | HeatmapSkin | ||
caretIndicator : ClassFactory | HeatmapSkin | ||
columnHeaderGroup : GridColumnHeaderGroup | HeatmapSkin | ||
columnSeparator : ClassFactory | HeatmapSkin | ||
grid : Grid renderer here only applies to the series column | HeatmapSkin | ||
headerColumnSeparator : ClassFactory Defines the value of the columnSeparator property for the columnHeaderGroup. | HeatmapSkin | ||
headerRenderer : ClassFactory Defines the value of the headerRenderer property for the columnHeaderGroup. | HeatmapSkin | ||
headerSeparator : Line | HeatmapSkin | ||
hostComponent : DataGrid | HeatmapSkin | ||
rowSeparator : ClassFactory | HeatmapSkin | ||
scroller : Scroller | HeatmapSkin |
Method | Defined By | ||
---|---|---|---|
Constructor. | HeatmapSkin |
Method | Defined By | ||
---|---|---|---|
updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void [override] | HeatmapSkin |
background | property |
public var background:Rect
This property can be used as the source for data binding.
bgFill | property |
public var bgFill:SolidColor
Defines the color of the background. The default color is #FFFFFF.
This property can be used as the source for data binding.
border | property |
public var border:Rect
border
This property can be used as the source for data binding.
borderStroke | property |
public var borderStroke:SolidColorStroke
This property can be used as the source for data binding.
caretIndicator | property |
public var caretIndicator:ClassFactory
This property can be used as the source for data binding.
columnHeaderGroup | property |
public var columnHeaderGroup:GridColumnHeaderGroup
This property can be used as the source for data binding.
columnSeparator | property |
public var columnSeparator:ClassFactory
This property can be used as the source for data binding.
grid | property |
public var grid:Grid
renderer here only applies to the series column
This property can be used as the source for data binding.
headerColumnSeparator | property |
public var headerColumnSeparator:ClassFactory
Defines the value of the columnSeparator property for the columnHeaderGroup.
This property can be used as the source for data binding.
headerRenderer | property |
public var headerRenderer:ClassFactory
Defines the value of the headerRenderer property for the columnHeaderGroup. The default is spark.skins.spark.DefaultGridHeaderRenderer
This property can be used as the source for data binding.
headerSeparator | property |
public var headerSeparator:Line
This property can be used as the source for data binding.
hostComponent | property |
public var hostComponent:DataGrid
This property can be used as the source for data binding.
rowSeparator | property |
public var rowSeparator:ClassFactory
This property can be used as the source for data binding.
scroller | property |
public var scroller:Scroller
This property can be used as the source for data binding.
HeatmapSkin | () | Constructor |
public function HeatmapSkin()
Constructor.
updateDisplayList | () | method |
override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void
Parameters
unscaledWidth:Number | |
unscaledHeight:Number |