Class Cell<T extends WWidget>
java.lang.Object
meteordevelopment.meteorclient.gui.utils.Cell<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleandoubledoubledoubledouble -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbottom()center()centerX()centerY()expandX()marginTop(double m) minWidth(double width) voidmove(double deltaX, double deltaY) pad(double pad) doublepadBottom(double pad) padHorizontal(double pad) doublepadLeft()padLeft(double pad) doublepadRight()padRight(double pad) doublepadTop()padTop(double pad) padVertical(double pad) right()top()widget()
-
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
-
-
Method Details
-
widget
-
move
public void move(double deltaX, double deltaY) -
minWidth
-
centerX
-
right
-
centerY
-
bottom
-
center
-
top
-
padTop
-
padRight
-
padBottom
-
padLeft
-
padHorizontal
-
padVertical
-
pad
-
padTop
public double padTop() -
padRight
public double padRight() -
padBottom
public double padBottom() -
padLeft
public double padLeft() -
marginTop
-
expandWidgetX
-
expandWidgetY
-
expandCellX
-
expandX
-
alignWidget
public void alignWidget()
-