| Package | qnx.ui.skins |
| Interface | public interface ISkin extends IDisplayObject, ISizeable |
| Implementors | UISkin |
All button and cell renderer skins must implement this interface.
See also
| Property | Defined By | ||
|---|---|---|---|
![]() | alpha : Number
Gets or sets the alpha property of the object. | IDisplayObject | |
![]() | blendMode : String
Gets or sets the blendMode property of the object. | IDisplayObject | |
![]() | cacheAsBitmap : Boolean
Gets or sets the cacheAsBitmap property of the object. | IDisplayObject | |
| edgeMetrics : EdgeMetrics [read-only]
Returns the edgeMetrics of the current state. | ISkin | ||
![]() | filters : Array
Gets or sets the filters property of the object. | IDisplayObject | |
![]() | height : Number
Gets or sets the height property of the object. | IDisplayObject | |
![]() | loaderInfo : LoaderInfo [read-only]
Gets the loaderInfo property of the object. | IDisplayObject | |
![]() | mask : DisplayObject
Gets or sets the mask property of the object. | IDisplayObject | |
![]() | mouseX : Number [read-only]
Gets the mouseX property of the object. | IDisplayObject | |
![]() | mouseY : Number [read-only]
Gets the mouseY property of the object. | IDisplayObject | |
![]() | name : String
Gets or sets the name property of the object. | IDisplayObject | |
![]() | opaqueBackground : Object
Gets or sets the opaqueBackground property of the object. | IDisplayObject | |
![]() | rotation : Number
Gets or sets the rotation property of the object. | IDisplayObject | |
![]() | rotationX : Number
Gets or sets the rotationX property of the object. | IDisplayObject | |
![]() | rotationY : Number
Gets or sets the rotationY property of the object. | IDisplayObject | |
![]() | rotationZ : Number
Gets or sets the rotationZ property of the object. | IDisplayObject | |
![]() | scale9Grid : Rectangle
Gets or sets the scale9Grid property of the object. | IDisplayObject | |
![]() | scaleX : Number
Gets or sets the scaleX property of the object. | IDisplayObject | |
![]() | scaleY : Number
Gets or sets the scaleY property of the object. | IDisplayObject | |
![]() | scaleZ : Number
Gets or sets the scaleZ property of the object. | IDisplayObject | |
![]() | scrollRect : Rectangle
Gets or sets the scrollRect property of the object. | IDisplayObject | |
| state : String
Gets or sets the state of the skin. | ISkin | ||
![]() | transform : Transform
Gets or sets the transform property of the object. | IDisplayObject | |
![]() | visible : Boolean
Gets or sets the visible property of the object. | IDisplayObject | |
![]() | width : Number
Gets or sets the width property of the object. | IDisplayObject | |
![]() | x : Number
Gets or sets the x property of the object. | IDisplayObject | |
![]() | y : Number
Gets or sets the y property of the object. | IDisplayObject | |
![]() | z : Number
Gets or sets the z property of the object. | IDisplayObject | |
| Method | Defined By | ||
|---|---|---|---|
getLayoutRect():Rectangle
Returns the layout rectangle. | ISkin | ||
![]() | setSize(w:Number, h:Number):void
Sets the width and height of the component. | ISizeable | |
| edgeMetrics | property |
edgeMetrics:EdgeMetrics [read-only] Returns the edgeMetrics of the current state. The object has 4 properties left, top, right, bottom.
public function get edgeMetrics():EdgeMetrics| state | property |
state:StringGets or sets the state of the skin.
public function get state():String public function set state(value:String):voidSee also
| getLayoutRect | () | method |
public function getLayoutRect():RectangleReturns the layout rectangle.
ReturnsRectangle — A Rectangle object representing the layout.
|