Packagecom.flexicious.components.tinycharts.skins.gauge
Classpublic class TinyHorizontalBulletGaugeSkin
InheritanceTinyHorizontalBulletGaugeSkin Inheritance spark.skins.SparkSkin
Implements IGaugeSkin, mx.binding.IBindingClient, mx.core.IStateClient2

Default MXML PropertymxmlContent



Public Properties
 PropertyDefined By
  background : Rect
TinyHorizontalBulletGaugeSkin
  hostComponent : TinyHorizontalBulletGauge
TinyHorizontalBulletGaugeSkin
  needle : Rect
TinyHorizontalBulletGaugeSkin
  ranges : Group
TinyHorizontalBulletGaugeSkin
  target : Rect
TinyHorizontalBulletGaugeSkin
  tickHolder : Group
TinyHorizontalBulletGaugeSkin
Public Methods
 MethodDefined By
  
Constructor.
TinyHorizontalBulletGaugeSkin
  
drawRanges():void
TinyHorizontalBulletGaugeSkin
  
drawTicks():void
TinyHorizontalBulletGaugeSkin
  
showValue():void
TinyHorizontalBulletGaugeSkin
Property Detail
backgroundproperty
public var background:Rect

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

hostComponentproperty 
public var hostComponent:TinyHorizontalBulletGauge

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

needleproperty 
public var needle:Rect

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

rangesproperty 
public var ranges:Group

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

targetproperty 
public var target:Rect

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

tickHolderproperty 
public var tickHolder:Group

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

Constructor Detail
TinyHorizontalBulletGaugeSkin()Constructor
public function TinyHorizontalBulletGaugeSkin()

Constructor.

Method Detail
drawRanges()method
public function drawRanges():void

drawTicks()method 
public function drawTicks():void

showValue()method 
public function showValue():void