Packageorg.juicekit.visual.renderers
Classpublic class HLabeledGradient3
InheritanceHLabeledGradient3 Inheritance mx.containers.Canvas
Implementsmx.binding.IBindingClient



Public Properties
 PropertyDefined by
  labelWidth : Number
[read-only]
HLabeledGradient3
Public Methods
 MethodDefined by
  
drawGradient(lowerColor:uint, middleColor:uint, upperColor:uint):void
Draw a horizontal linear gradient image.
HLabeledGradient3
Property detail
labelWidthproperty
labelWidth:Number  [read-only]Implementation
    public function get labelWidth():Number
Method detail
drawGradient()method
public function drawGradient(lowerColor:uint, middleColor:uint, upperColor:uint):void

Draw a horizontal linear gradient image.

Parameters
lowerColor:uint — Specifies the left-side color of the gradient.
 
middleColor:uint — Specifies the middle color of the gradient.
 
upperColor:uint — Specifies the right-side color of the gradient.