Package | com.bit101.components |
Class | public class HScrollBar |
Inheritance | HScrollBar ![]() ![]() ![]() |
Method | Defined By | ||
---|---|---|---|
HScrollBar(parent:DisplayObjectContainer = null, xpos:Number = 0, ypos:Number = 0, defaultHandler:Function = null)
|
HScrollBar | ||
![]() |
draw():void
[override]
Draws the visual ui of the component.
|
ScrollBar | |
![]() |
initStage(stage:Stage):void
[static]
Utility method to set up usual stage align and scaling.
|
Component | |
![]() |
move(xpos:Number, ypos:Number):void
Moves the component to the specified position.
|
Component | |
![]() |
setSize(w:Number, h:Number):void
Sets the size of the component.
|
Component | |
![]() |
setSliderParams(min:Number, max:Number, value:Number):void
Convenience method to set the three main parameters in one shot.
|
ScrollBar | |
![]() |
setThumbPercent(value:Number):void
Sets the percentage of the size of the thumb button.
|
ScrollBar |
HScrollBar | () | Constructor |
public function HScrollBar(parent:DisplayObjectContainer = null, xpos:Number = 0, ypos:Number = 0, defaultHandler:Function = null)
parent:DisplayObjectContainer (default = null )
|
|
xpos:Number (default = 0 )
|
|
ypos:Number (default = 0 )
|
|
defaultHandler:Function (default = null )
|