Class Cell<T extends WWidget>

java.lang.Object
meteordevelopment.meteorclient.gui.utils.Cell<T>

public class Cell<T extends WWidget> extends Object
  • Field Details

    • x

      public double x
    • y

      public double y
    • width

      public double width
    • height

      public double height
    • expandCellX

      public boolean expandCellX
  • Constructor Details

    • Cell

      public Cell(T widget)
  • Method Details

    • widget

      public T widget()
    • move

      public void move(double deltaX, double deltaY)
    • minWidth

      public Cell<T> minWidth(double width)
    • centerX

      public Cell<T> centerX()
    • right

      public Cell<T> right()
    • centerY

      public Cell<T> centerY()
    • bottom

      public Cell<T> bottom()
    • center

      public Cell<T> center()
    • top

      public Cell<T> top()
    • padTop

      public Cell<T> padTop(double pad)
    • padRight

      public Cell<T> padRight(double pad)
    • padBottom

      public Cell<T> padBottom(double pad)
    • padLeft

      public Cell<T> padLeft(double pad)
    • padHorizontal

      public Cell<T> padHorizontal(double pad)
    • padVertical

      public Cell<T> padVertical(double pad)
    • pad

      public Cell<T> pad(double pad)
    • padTop

      public double padTop()
    • padRight

      public double padRight()
    • padBottom

      public double padBottom()
    • padLeft

      public double padLeft()
    • marginTop

      public Cell<T> marginTop(double m)
    • expandWidgetX

      public Cell<T> expandWidgetX()
    • expandWidgetY

      public Cell<T> expandWidgetY()
    • expandCellX

      public Cell<T> expandCellX()
    • expandX

      public Cell<T> expandX()
    • alignWidget

      public void alignWidget()