Scale9Textures
public class
feathers.textures.Scale9Textures
Description
A set of nine textures used by Scale9Image.
See also:
feathers.display.Scale9Image
API overview
Constructor
Scale9Textures
(
texture: Texture
,
scale9Grid: Rectangle
)
Constructor.
Attributes
Public attributes
| bottomCenter: Texture |
read-only
The texture for the region in the bottom center |
| bottomLeft: Texture |
read-only
The texture for the region in the bottom left |
| bottomRight: Texture |
read-only
The texture for the region in the bottom right |
| middleCenter: Texture |
read-only
The texture for the region in the middle center |
| middleLeft: Texture |
read-only
The texture for the region in the middle left |
| middleRight: Texture |
read-only
The texture for the region in the middle right |
| scale9Grid: Rectangle |
read-only
The grid representing the nine sub-regions of the texture |
| texture: Texture |
read-only
The original texture |
| topCenter: Texture |
read-only
The texture for the region in the top center |
| topLeft: Texture |
read-only
The texture for the region in the top Left |
| topRight: Texture |
read-only
The texture for the region in the top right |
Constructor
Attributes
Functions
getFullTypeName
(): String
Inherited from Object
native
Gets the fully qualified type name of the Object. The fully qualified type name includes the package of the type.
Returns
| String | fully qualified type name of the Object. |
getType
(): Type
Inherited from Object
native
Gets the Type that describes the Object.
Returns
| Type | The Type that describes the object. |