| Package | org.juicekit.visual.renderers |
| Class | public class HLabeledGradient3 |
| Inheritance | HLabeledGradient3 mx.containers.Canvas |
| Implements | mx.binding.IBindingClient |
| Property | Defined by | ||
|---|---|---|---|
| labelWidth : Number [read-only]
| HLabeledGradient3 | ||
| Method | Defined by | ||
|---|---|---|---|
|
drawGradient(lowerColor:uint, middleColor:uint, upperColor:uint):void
Draw a horizontal linear gradient image.
| HLabeledGradient3 | ||
| labelWidth | property |
labelWidth:Number [read-only]Implementation
public function get labelWidth():Number
| drawGradient | () | method |
public function drawGradient(lowerColor:uint, middleColor:uint, upperColor:uint):voidDraw a horizontal linear gradient image.
ParameterslowerColor: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.
|