Class UI3dText

All Implemented Interfaces:
LXLoopTask

public class UI3dText extends UI3dComponent
  • Constructor Details

    • UI3dText

      public UI3dText(GLX glx)
  • Method Details

    • addLabel

      public Text3d.Label addLabel(String text)
    • removeLabel

      public void removeLabel(Text3d.Label label)
    • onDraw

      protected void onDraw(UI ui, View view)
      Description copied from class: UI3dComponent
      Subclasses should override this method with specific drawing routings
      Overrides:
      onDraw in class UI3dComponent
      Parameters:
      ui - UI
      view - View to draw into
    • dispose

      public void dispose()
      Overrides:
      dispose in class UIObject