Klasse Widget.Builder<T extends Widget.Builder<T>>

java.lang.Object
schrumbo.schrumbohud.clickgui.widgets.Widget.Builder<T>
Bekannte direkte Unterklassen:
ButtonWidget.Builder, ColorPickerWidget.Builder, SliderWidget.Builder, ToggleWidget.Builder
Umschließende Klasse:
Widget

public abstract static class Widget.Builder<T extends Widget.Builder<T>> extends Object
  • Felddetails

    • x

      protected int x
    • y

      protected int y
    • width

      protected int width
    • height

      protected int height
    • label

      protected String label
  • Konstruktordetails

    • Builder

      public Builder()
  • Methodendetails

    • position

      public T position(int x, int y)
    • x

      public T x(int x)
    • y

      public T y(int y)
    • size

      public T size(int width, int height)
    • width

      public T width(int width)
    • height

      public T height(int height)
    • label

      public T label(String label)
    • self

      protected abstract T self()
    • build

      public abstract Widget build()