Package com.tonic.vellum.layout
-
Class Summary Class Description Constraint An immutable sizing rule for one child of a Split, created via the static factory methods.LayoutSolver A constraint solver that divides a rect among children along one axis, always tiling the extent exactly: any rounding remainder goes to the last flexible item, or stretches the last item if none is flexible.Slot A typed (constraint, section) pair for the varargs Split constructors.Split A section that divides its bounds among child sections along one axis according to their constraints. -
Enum Summary Enum Description Axis The axis a Split divides along; constraints apply to the main axis, the cross axis gets the full extent.Constraint.Kind The category of a constraint.