Package org.jsignal.ui.layout
Interface LayoutValue
- All Known Implementing Classes:
LayoutValue.Percent
,LayoutValue.Pixel
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final record
static final record
-
Method Summary
Modifier and TypeMethodDescriptionstatic LayoutValue.Percent
percent
(float value) static LayoutValue.Pixel
pixel
(float value) float
value()
-
Method Details
-
value
float value() -
pixel
-
percent
-