Class GUIRenderSet
java.lang.Object
com.blackrook.gui.GUIRenderSet
The render set for rendering the GUI.
- Author:
- Matthew Tropiano
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA single renderable piece for the GUI. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds the renderable characteristics for an object to this.voidAdds the renderable characteristics for a text object to this.voidclear()Clears the piece list.floatfloatfloatgetGUIX()floatgetGUIY()intvoidsetGUIHeight(float guiHeight) voidsetGUIWidth(float guiWidth) voidsetGUIX(float guiX) voidsetGUIY(float guiY)
-
Constructor Details
-
GUIRenderSet
public GUIRenderSet()Creates a new GUI Render Set.
-
-
Method Details
-
clear
public void clear()Clears the piece list. -
addObject
Adds the renderable characteristics for an object to this.- Parameters:
object- the object to add.
-
addObject
Adds the renderable characteristics for a text object to this.- Parameters:
label- the object to add.
-
getGUIX
public float getGUIX() -
setGUIX
public void setGUIX(float guiX) -
getGUIY
public float getGUIY() -
setGUIY
public void setGUIY(float guiY) -
getGUIWidth
public float getGUIWidth() -
setGUIWidth
public void setGUIWidth(float guiWidth) -
getGUIHeight
public float getGUIHeight() -
setGUIHeight
public void setGUIHeight(float guiHeight) -
getPieces
-
getPieceCount
public int getPieceCount()
-