VEGAS AS3 Reference
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Progressbar
Package
lunas
Interface
public interface Progressbar extends
Bar
,
Progress
,
Directionable
Implementors
CoreProgressbar
,
LevelBar
This interface defined the methods to implement a progress bar display component.
Public Properties
Hide Inherited Public Properties
Show Inherited Public Properties
Property
Defined By
direction
: String
Indicates the direction value of this object ("horizontal" or "vertical").
Directionable
maximum
: Number
The maximum value of the progress.
Progress
minimum
: Number
The minimum value of the progress.
Progress
position
: Number
Indicates the position of the progress component.
Progress
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined By
setPosition
(value:Number, noEvent:Boolean = false, flag:Boolean = false):void
Sets the position value of the progress.
Progress
Mardi Août 16 2011, 02:33 PM +02:00