Packageorg.openPyro.skins
Interfacepublic interface ISkinClient
ImplementorsUIControl

Defines the interface that all OpenPyro controls that can have skins applied to them must implement



Public Properties
 PropertyDefined by
  skin : ISkin
[write-only]
ISkinClient
  styleName : String
[read-only]
ISkinClient
Property detail
skinproperty
skin:ISkin  [write-only]Implementation
    public function set skin(value:ISkin):void
styleNameproperty 
styleName:String  [read-only]Implementation
    public function get styleName():String