Package org.jsignal.ui.layout
Interface LayoutConfig.Measure
- Enclosing interface:
LayoutConfig
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(float width, LayoutConfig.MeasureMode widthMode, float height, LayoutConfig.MeasureMode heightMode)
-
Method Details
-
invoke
LayoutConfig.Size invoke(float width, LayoutConfig.MeasureMode widthMode, float height, LayoutConfig.MeasureMode heightMode)
-