Class TextWidgets

java.lang.Object
dev.pfaff.altargui.widgets.TextWidgets

public final class TextWidgets extends Object
  • Constructor Details

    • TextWidgets

      public TextWidgets()
  • Method Details

    • text

      public static TextWidget text(char value)
    • text

      public static TextWidget text(int value)
    • text

      public static TextWidget text(long value)
    • text

      public static TextWidget text(float value)
    • text

      public static TextWidget text(double value)