Class ChatFragment

All Implemented Interfaces:
Cullable

public class ChatFragment extends Table
  • Constructor Details

    • ChatFragment

      public ChatFragment()
  • Method Details

    • build

      public void build(Group parent)
    • clearMessages

      public void clearMessages()
    • rect

      protected void rect(float x, float y, float w, float h)
    • draw

      public void draw()
      Description copied from class: WidgetGroup
      If this method is overridden, the super method or WidgetGroup.validate() should be called to ensure the widget group is laid out.
      Overrides:
      draw in class Table
    • toggle

      public void toggle()
    • hide

      public void hide()
    • updateChat

      public void updateChat()
    • nextMode

      public void nextMode()
    • clearChatInput

      public void clearChatInput()
    • updateCursor

      public void updateCursor()
    • shown

      public boolean shown()
    • addMessage

      public void addMessage(String message)