Overview
Base class for user interface control skins. Skins are responsible for defining the visual representation of a Control by defining a scene graph of nodes to represent the skin.
Profile: common
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public-read protected | behavior | Behavior | ![]() | subclass | subclass |
The Behavior that encapsulates the interaction with the
Control from this
The Behavior that encapsulates the interaction with the
Control from this |
|
| public-read | control | Control | ![]() |
The
The Profile: common |
|||
| public-read protected | node | Node | ![]() | subclass | subclass |
The node used to represent this
The node used to represent this Profile: common |
Inherited Variables
Function Summary
- public abstract contains(localX: Number, localY: Number) : Boolean
- protected getMaxHeight() : Number
- protected getMaxWidth() : Number
- protected getMinHeight() : Number
- protected getMinWidth() : Number
- protected getPrefHeight(width: Number) : Number
- protected getPrefWidth(height: Number) : Number
- public impl_addListener(name: java.lang.String, listener: java.lang.Runnable) : Void
- public impl_getProperty(name: java.lang.String) : java.lang.Object
- public impl_getPropertyType(name: java.lang.String) : java.lang.String
- public impl_removeListener(name: java.lang.String, listener: java.lang.Runnable) : Void
- public impl_setProperty(name: java.lang.String, value: java.lang.Object) : Void
- public abstract intersects(localX: Number, localY: Number, localWidth: Number, localHeight: Number) : Boolean

