Pular para o conteúdo principal

Class: GUI

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

Members

SignatureDescription
draw(GUIElement)Renders the object to the current context.
drawImage(Color, Texture, GUIRect)Renders the object to the current context.
drawImage(Color, Texture, int, int, int, int)Renders the object to the current context.
drawImage(Color, Texture, int, int, int, int, boolean, boolean)Renders the object to the current context.
drawImage(Color, Texture, int, int, int, int, boolean, boolean, boolean, float)Renders the object to the current context.
drawImage(GUIImage)Renders the object to the current context.
drawImage(Texture, GUIRect)Renders the object to the current context.
drawImage(Texture, int, int, int, int)Renders the object to the current context.
drawImage(Texture, int, int, int, int, boolean, boolean)Renders the object to the current context.
drawImage(Texture, int, int, int, int, boolean, boolean, boolean, float)Renders the object to the current context.
drawText(Color, String, int, int, int, int)Renders the object to the current context.
drawText(Color, String, int, int, int, int, Font)Renders the object to the current context.
drawText(Color, String, int, int, int, int, Font, GUIText.Alignment)Renders the object to the current context.
drawText(Color, String, int, int, int, int, Font, GUIText.Alignment, float)Renders the object to the current context.
drawText(Color, String, int, int, int, int, GUIText.Alignment)Renders the object to the current context.
drawText(String, int, int, int, int)Renders the object to the current context.
drawText(String, int, int, int, int, Font)Renders the object to the current context.
drawText(String, int, int, int, int, Font, GUIText.Alignment)Renders the object to the current context.
drawText(String, int, int, int, int, GUIText.Alignment)Renders the object to the current context.
drawText(String, int, int, int, int, float)Renders the object to the current context.