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

Functions

Public functions

Constructor

Scale9Textures ( texture: Texture , scale9Grid: Rectangle )

Constructor.

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.

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.

getTypeName (): String
Inherited from Object

native

Gets the type name of the Object.


Returns

String type name of the Object.

toString (): String
Inherited from Object

native

Returns a String that describes the Object. This can be overriden to provide extra details when printing objects using trace().


Returns

String String that described the Object.

: