Class GUIRenderSet

java.lang.Object
com.blackrook.gui.GUIRenderSet

public class GUIRenderSet extends Object
The render set for rendering the GUI.
Author:
Matthew Tropiano
  • Constructor Details

    • GUIRenderSet

      public GUIRenderSet()
      Creates a new GUI Render Set.
  • Method Details

    • clear

      public void clear()
      Clears the piece list.
    • addObject

      public void addObject(GUIObject object)
      Adds the renderable characteristics for an object to this.
      Parameters:
      object - the object to add.
    • addObject

      public void addObject(GUILabel label)
      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

      public GUIRenderSet.Piece[] getPieces()
    • getPieceCount

      public int getPieceCount()