| Package | ardisia.charts.heatmap.themes.stockholm.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 | HeatmapSkin | ||
| border : Rect border | 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 | ||
| hoverIndicator : ClassFactory | HeatmapSkin | ||
| rowSeparator : ClassFactory | HeatmapSkin | ||
| scroller : Scroller | HeatmapSkin | ||
| wrapper : VGroup column header, content | 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:SolidColorThis 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.
| caretIndicator | property |
public var caretIndicator:ClassFactoryonly cell selection is highlighted via the caret
This 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:ClassFactoryThis property can be used as the source for data binding.
| headerRenderer | property |
public var headerRenderer:ClassFactoryThis 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.
| hoverIndicator | property |
public var hoverIndicator:ClassFactoryThis 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.
| wrapper | property |
public var wrapper:VGroupcolumn header, content
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):voidParameters
unscaledWidth:Number | |
unscaledHeight:Number |