| Package | com.bit101.components |
| Class | public class VUISlider |
| Inheritance | VUISlider UISlider Component flash.display.Sprite |
| Property | Defined by | ||
|---|---|---|---|
![]() | height : Number | Component | |
![]() | label : String | UISlider | |
![]() | labelPrecision : int | UISlider | |
![]() | maximum : Number | UISlider | |
![]() | minimum : Number | UISlider | |
![]() | value : Number | UISlider | |
| width : Number [read-only]
| VUISlider | ||
![]() | x : Number
Overrides the setter for x to always place the component on a whole pixel.
| Component | |
![]() | y : Number
Overrides the setter for y to always place the component on a whole pixel.
| Component | |
| Method | Defined by | ||
|---|---|---|---|
|
VUISlider(parent:DisplayObjectContainer = null, x:Number = 0, y:Number = 0, label:String = "", defaultEventHandler:Function = null)
Constructor
| VUISlider | ||
|
draw():void
| VUISlider | ||
![]() |
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.
| UISlider | |
| Method | Defined by | ||
|---|---|---|---|
![]() |
addChildren():void
Creates and adds the child display objects of this component.
| UISlider | |
![]() |
formatValueLabel():void
Formats the value of the slider to a string based on the current level of precision.
| UISlider | |
![]() |
getShadow(dist:Number, knockout:Boolean = false):DropShadowFilter
DropShadowFilter factory method, used in many of the components.
| Component | |
|
init():void
Initializes this component.
| VUISlider | ||
![]() |
invalidate():void
Marks the component to be redrawn on the next frame.
| Component | |
|
positionLabel():void
| VUISlider | ||
| width | property |
width:Number [read-only]Implementation
public function get width():Number
| VUISlider | () | constructor |
public function VUISlider(parent:DisplayObjectContainer = null, x:Number = 0, y:Number = 0, label:String = "", defaultEventHandler:Function = null)Constructor
Parametersparent:DisplayObjectContainer (default = null) — The parent DisplayObjectContainer on which to add this VUISlider.
|
|
x:Number (default = 0) — The x position to place this component.
|
|
y:Number (default = 0) — The y position to place this component.
|
|
label:String (default = "") — The string to use as the label for this component.
|
|
defaultEventHandler:Function (default = null) — The event handling function to handle the default event for this component.
|
| draw | () | method |
public override function draw():void
| init | () | method |
protected override function init():voidInitializes this component.
| positionLabel | () | method |
protected override function positionLabel():void