Class TextRenderer

java.lang.Object
org.collebol.client.gui.graphics.renderer.Renderer
org.collebol.client.gui.graphics.renderer.TextRenderer

public class TextRenderer extends Renderer
This class contains all the methods to render text on a Panel.
Since:
1.0-dev
Author:
ColleBol - contact@collebol.org
  • Constructor Details

  • Method Details

    • setup

      public void setup()
    • render

      public void render(Text text)
      Render text on the Panel with origin-point
      Parameters:
      text -
    • cleanup

      public void cleanup()
    • getName

      public String getName()
    • getFontPath

      public String getFontPath()