Package | feathers.themes |
Class | public class StyleNameFunctionTheme |
Inheritance | StyleNameFunctionTheme starling.events.EventDispatcher |
Product Version : | Feathers 2.0.0 |
StyleNameFunctionStyleProvider
to each component class.
See also
Property | Defined By | ||
---|---|---|---|
starling : Starling
The Starling instance associated with this theme. | StyleNameFunctionTheme |
Method | Defined By | ||
---|---|---|---|
Constructor. | StyleNameFunctionTheme | ||
dispose():void
Disposes the theme. | StyleNameFunctionTheme | ||
Returns a StyleNameFunctionStyleProvider to be passed to
the specified class. | StyleNameFunctionTheme |
starling | property |
protected var starling:Starling
The Starling instance associated with this theme.
StyleNameFunctionTheme | () | Constructor |
public function StyleNameFunctionTheme()
Constructor.
dispose | () | method |
public function dispose():void
Disposes the theme.
getStyleProviderForClass | () | method |
public function getStyleProviderForClass(type:Class):StyleNameFunctionStyleProvider
Returns a StyleNameFunctionStyleProvider
to be passed to
the specified class.
Parameters
type:Class |
StyleNameFunctionStyleProvider |