Pular para o conteúdo principal

Class: GUIImage

This page documents the methods and fields available in the GUIImage class.

Members

SignatureDescription
GUIImage()Creates a new instance of GUIImage.
GUIImage(Color, Texture, GUIRect)Creates a new instance of GUIImage.
GUIImage(Color, Texture, GUIRect, int)Creates a new instance of GUIImage.
GUIImage(Color, Texture, int, int, int, int)Creates a new instance of GUIImage.
GUIImage(Color, Texture, int, int, int, int, int)Creates a new instance of GUIImage.
GUIImage(Color, int, int, int, int)Creates a new instance of GUIImage.
GUIImage(Texture, int, int, int, int)Creates a new instance of GUIImage.
getAlpha()Returns the current alpha.
getColor()Returns the current color.
getDirectDrawLayer()Returns the current direct draw layer.
getTexture()Returns the current texture.
isFlipX()Returns whether flip x is true.
isFlipY()Returns whether flip y is true.
isOverrideAlpha()Returns whether override alpha is true.
setAlpha(float)Sets or updates the alpha.
setColor(Color)Sets or updates the color.
setDirectDrawLayer(float)Sets or updates the direct draw layer.
setFlipX(boolean)Sets or updates the flip x.
setFlipY(boolean)Sets or updates the flip y.
setOverrideAlpha(boolean)Sets or updates the override alpha.
setTexture(Texture)Sets or updates the texture.