Package org.jsignal.std.ez
Class EzLayout.Builder
java.lang.Object
org.jsignal.std.ez.EzLayout.Builder
- Enclosing class:
EzLayout
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabsolute()
apply
(Consumer<EzLayout.Builder> consumer) border
(Supplier<Insets.Basic> border) border
(Insets.Basic border) bottom
(Supplier<LayoutValue> bottom) bottom
(LayoutValue bottom) build()
center()
column()
fill()
gap
(float gap) grow
(float grow) height
(Supplier<LayoutValue> height) height
(LayoutValue height) left
(Supplier<LayoutValue> left) left
(LayoutValue left) margins
(Supplier<Insets.Layout> margins) margins
(Insets.Layout margins) maxHeight
(Supplier<LayoutValue> maxHeight) maxHeight
(LayoutValue maxHeight) maxWidth
(Supplier<LayoutValue> maxWidth) maxWidth
(LayoutValue maxWidth) minHeight
(Supplier<LayoutValue> minHeight) minHeight
(LayoutValue minHeight) minWidth
(Supplier<LayoutValue> minWidth) minWidth
(LayoutValue minWidth) overflow()
overlay()
padding
(Supplier<Insets.Layout> padding) padding
(Insets.Layout padding) right
(Supplier<LayoutValue> right) right
(LayoutValue right) row()
shrink
(float shrink) top
(Supplier<LayoutValue> top) top
(LayoutValue top) width
(Supplier<LayoutValue> width) width
(LayoutValue width) wrap()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
overlay
-
center
-
fill
-
row
-
column
-
margins
-
margins
-
padding
-
padding
-
border
-
border
-
wrap
-
gap
-
height
-
height
-
minHeight
-
minHeight
-
maxHeight
-
maxHeight
-
width
-
width
-
minWidth
-
minWidth
-
maxWidth
-
maxWidth
-
absolute
-
top
-
top
-
right
-
right
-
bottom
-
bottom
-
left
-
left
-
grow
-
grow
-
shrink
-
shrink
-
overflow
-
apply
-
build
-