| Package | lunas.components.buttons |
| Class | public class BitmapFilterButtonStyle |
| Inheritance | BitmapFilterButtonStyle CoreStyle ConfigurableObject CoreEventDispatcher Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | channel : String [read-only]
Indicates the channel of this dispatcher if this instance is global. | CoreEventDispatcher | |
| filter : BitmapFilter
The BitmapFilter reference. | BitmapFilterButtonStyle | ||
| filterDuration : Number = 12
The duration of the easing. | BitmapFilterButtonStyle | ||
| filterEasing : Function
The easing equation used to tween the filter. | BitmapFilterButtonStyle | ||
| filterFromOver : Object
Defines the final values of the filter when the button is over. | BitmapFilterButtonStyle | ||
| filterFromSelected : Object
Defines the final values of the filter when the button is selected. | BitmapFilterButtonStyle | ||
| filterToOver : Object
Defines the final values of the filter when the button is over. | BitmapFilterButtonStyle | ||
| filterToSelected : Object
Defines the final values of the filter when the button is selected. | BitmapFilterButtonStyle | ||
| filterUseSeconds : Boolean
Indicates if the filter is tweened with an interval in seconds or fps. | BitmapFilterButtonStyle | ||
![]() | id : *
Returns the id of this object. | ConfigurableObject | |
![]() | isConfigurable : Boolean
Indicates if the object is configurable and receive the notification of the ConfigCollector in the setup() method. | ConfigurableObject | |
![]() | styleSheet : StyleSheet
Indicates the style sheet reference of this object. | CoreStyle | |
| useFilter : Boolean = true
Indicates if the button use the filter effect. | BitmapFilterButtonStyle | ||
| Method | Defined By | ||
|---|---|---|---|
BitmapFilterButtonStyle(init:* = null, id:* = null)
Creates a new BitmapFilterButtonStyle. | BitmapFilterButtonStyle | ||
![]() | addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0.0, useWeakReference:Boolean = false):void
Allows the registration of event listeners on the event target. | CoreEventDispatcher | |
![]() | dispatchEvent(event:Event):Boolean
Dispatches an event into the event flow. | CoreEventDispatcher | |
![]() |
Returns the internal system.events.EventDispatcher reference. | CoreEventDispatcher | |
![]() | getStyle(prop:String):*
Returns the value of the specified property if it's exist in the object, else returns null. | CoreStyle | |
![]() | hasEventListener(type:String):Boolean
Checks whether the EventDispatcher object has any listeners registered for a specific type of event. | CoreEventDispatcher | |
![]() | initialize():void
Invoked in the constructor of the IStyle instance. | CoreStyle | |
![]() | isGlobal():Boolean
Indicates if the dispatcher use a global event flow. | CoreEventDispatcher | |
![]() | isLocked():Boolean
Returns true if the object is locked. | CoreEventDispatcher | |
![]() | lock():void
Locks the object. | CoreEventDispatcher | |
![]() | notifyStyleChanged():void
Invoked when the style is changed. | CoreStyle | |
![]() | registerEventListener(type:String, listener:*, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Allows the registration of event listeners on the event target (Function or EventListener). | CoreEventDispatcher | |
![]() | removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Removes a listener from the EventDispatcher object. | CoreEventDispatcher | |
![]() | setEventDispatcher(dispatcher:EventDispatcher):void
Sets the internal EventDispatcher reference. | CoreEventDispatcher | |
![]() | setGlobal(flag:Boolean = false, channel:String = null):void
Sets if the instance use a global system.events.EventDispatcher to dispatch this events, if the flag value is false the instance use a local EventDispatcher. | CoreEventDispatcher | |
![]() | setStyle(... args):void
This method is invoked to change a style attribute in this IStyle object with a generic object or a key(String)/value pair of arguments. | CoreStyle | |
![]() | setup():void [override]
Invoked when this object when the ConfigCollector is run. | CoreStyle | |
![]() | styleChanged():void
Invoked when a style property of this IStyle change. | CoreStyle | |
![]() | styleSheetChanged():void
Invoked when the styleSheet value of this IStyle change. | CoreStyle | |
![]() | toString():String
Returns the String representation of this object. | CoreStyle | |
![]() | unlock():void
Unlocks the display. | CoreEventDispatcher | |
![]() | unregisterEventListener(type:String, listener:*, useCapture:Boolean = false):void
Removes a listener (Function or EventListener object) from the EventDispatcher object. | CoreEventDispatcher | |
![]() | update():void
Update the display. | ConfigurableObject | |
![]() | willTrigger(type:String):Boolean
Checks whether an event listener is registered with this EventDispatcher object or any of its ancestors for the specified event type. | CoreEventDispatcher | |
| filter | property |
public var filter:BitmapFilterThe BitmapFilter reference.
| filterDuration | property |
public var filterDuration:Number = 12The duration of the easing.
| filterEasing | property |
public var filterEasing:FunctionThe easing equation used to tween the filter.
| filterFromOver | property |
public var filterFromOver:ObjectDefines the final values of the filter when the button is over.
| filterFromSelected | property |
public var filterFromSelected:ObjectDefines the final values of the filter when the button is selected.
| filterToOver | property |
public var filterToOver:ObjectDefines the final values of the filter when the button is over.
| filterToSelected | property |
public var filterToSelected:ObjectDefines the final values of the filter when the button is selected.
| filterUseSeconds | property |
public var filterUseSeconds:BooleanIndicates if the filter is tweened with an interval in seconds or fps.
| useFilter | property |
public var useFilter:Boolean = trueIndicates if the button use the filter effect.
| BitmapFilterButtonStyle | () | Constructor |
public function BitmapFilterButtonStyle(init:* = null, id:* = null)Creates a new BitmapFilterButtonStyle.
Parametersinit:* (default = null) — An object that contains properties with which to populate the newly Style object. If init is not an object, it is ignored.
| |
id:* (default = null) — The id of the object.
|