Uses of Class
tripleplay.ui.layout.FlowLayout
Packages that use FlowLayout
-
Uses of FlowLayout in tripleplay.ui.layout
Methods in tripleplay.ui.layout that return FlowLayoutModifier and TypeMethodDescriptionFlowLayout.align
(Style.VAlign align) Sets the alignment used for positioning elements within their row.FlowLayout.gaps
(float gap) Sets the gap, in pixels, to use between rows and between elements within a row.FlowLayout.gaps
(float hgap, float vgap) Sets the gap, in pixels, to use between rows and between elements within a row.FlowLayout.stretch()
Stretch elements vertically to the maximum height of other elements in the same row.FlowLayout.wrapAt
(float width) Sets the maximum width of a row of elements.