| 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:RectThis property can be used as the source for data binding.
| bgFill | property |
public var bgFill:SolidColorDefines 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:Rectborder
This property can be used as the source for data binding.
| borderStroke | property |
public var borderStroke:SolidColorStrokeThis property can be used as the source for data binding.
| caretIndicator | property |
public var caretIndicator:ClassFactoryThis property can be used as the source for data binding.
| columnHeaderGroup | property |
public var columnHeaderGroup:GridColumnHeaderGroupThis property can be used as the source for data binding.
| columnSeparator | property |
public var columnSeparator:ClassFactoryThis property can be used as the source for data binding.
| grid | property |
public var grid:Gridrenderer here only applies to the series column
This property can be used as the source for data binding.
| headerColumnSeparator | property |
public var headerColumnSeparator:ClassFactoryDefines 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:ClassFactoryDefines 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:LineThis property can be used as the source for data binding.
| hostComponent | property |
public var hostComponent:DataGridThis property can be used as the source for data binding.
| rowSeparator | property |
public var rowSeparator:ClassFactoryThis property can be used as the source for data binding.
| scroller | property |
public var scroller:ScrollerThis 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):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |