| Modifier and Type | Class and Description |
|---|---|
static class |
GuiUtil.WindowReciverBuilder.CalcTargetPos |
class |
GuiUtil.WindowReciverBuilder.Position |
| Modifier and Type | Field and Description |
|---|---|
protected List<Reciver<Window>> |
actions |
| Constructor and Description |
|---|
WindowReciverBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Reciver<WindowEvent> |
build() |
GuiUtil.WindowReciverBuilder |
center() |
GuiUtil.WindowReciverBuilder |
minSize(int w,
int h) |
GuiUtil.WindowReciverBuilder.Position |
pos() |
GuiUtil.WindowReciverBuilder |
relativeSize(double w,
double h) |
GuiUtil.WindowReciverBuilder |
size(int w,
int h) |
public GuiUtil.WindowReciverBuilder center()
public GuiUtil.WindowReciverBuilder minSize(int w, int h)
public GuiUtil.WindowReciverBuilder relativeSize(double w, double h)
public GuiUtil.WindowReciverBuilder size(int w, int h)
public GuiUtil.WindowReciverBuilder.Position pos()
public Reciver<WindowEvent> build()
Copyright © 2018. All rights reserved.