Specifies bottom left corner of the frame
Specifies bottom right corner of the frame
Specifies top left corner of the frame
Specifies top right corner of the frame
Specifies bottom side of the frame
Specifies left side of the frame
Specifies right side of the frame
Specifies top side of the frame
Expands texture to the specified side, filling the middle with specified color
integer color value produced by [[android.graphics.Color]] class
array of booleans marking whether the side should be expanded or not. The order of the sides is FrameTexture.SIDE_LEFT, FrameTexture.SIDE_RIGHT, FrameTexture.SIDE_UP, FrameTexture.SIDE_DOWN
expanded [[android.graphics.Bitmap]] instance with the frame
Expands texture to the specified side, filling the middle with specified color
scale of the created bitmap
integer color value produced by [[android.graphics.Color]] class
array of booleans marking whether the side should be expanded or not. See FrameTexture.expand parameters for details. Default behavior is to scale all sides
expanded and scaled [[android.graphics.Bitmap]] instance with
Expands side of the texture by specified amount of pixels
side of the texture, one of the FrameTexture.SIDE_LEFT, FrameTexture.SIDE_RIGHT, FrameTexture.SIDE_UP, FrameTexture.SIDE_DOWN constants
expanded [[android.graphics.Bitmap]] instance with the frame
[[android.graphics.Color]] integer color value of the central pixel of the source texture
side of the texture, one of the FrameTexture.SIDE_LEFT, FrameTexture.SIDE_RIGHT, FrameTexture.SIDE_UP, FrameTexture.SIDE_DOWN constants
texture side source extracted from the original frame texture source stored in [[android.graphics.Bitmap]] instance
original frame texture source stored in [[android.graphics.Bitmap]] instance
Generated using TypeDoc
Object used to manipulate frame textures. Frame texture allows to