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

Default MXML PropertymxmlContent



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

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
TinyVerticalBulletGaugeSkin()Constructor
public function TinyVerticalBulletGaugeSkin()

Constructor.

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

drawTicks()method 
public function drawTicks():void

showValue()method 
public function showValue():void