Uses of Class
net.miginfocom.layout.Grid.FlowSizeSpec
-
Packages that use Grid.FlowSizeSpec Package Description net.miginfocom.layout -
-
Uses of Grid.FlowSizeSpec in net.miginfocom.layout
Fields in net.miginfocom.layout declared as Grid.FlowSizeSpec Modifier and Type Field Description private Grid.FlowSizeSpec
Grid. colFlowSpecs
The in the constructor calculated min/pref/max sizes of the rows and columns.private Grid.FlowSizeSpec
Grid. rowFlowSpecs
The in the constructor calculated min/pref/max sizes of the rows and columns.Methods in net.miginfocom.layout that return Grid.FlowSizeSpec Modifier and Type Method Description private Grid.FlowSizeSpec
Grid. calcRowsOrColsSizes(boolean isHor, int containerSize)
Calculates Min, Preferred and Max size for the columns OR rows.private static Grid.FlowSizeSpec
Grid. mergeSizesGapsAndResConstrs(ResizeConstraint[] resConstr, boolean[] gapPush, int[][] minPrefMaxSizes, int[][] gapSizes)
Merges sizes and gaps together with Resize Constraints.Methods in net.miginfocom.layout with parameters of type Grid.FlowSizeSpec Modifier and Type Method Description private void
Grid. adjustMinPrefForSpanningComps(DimConstraint[] specs, java.lang.Float[] defPush, Grid.FlowSizeSpec fss, java.util.ArrayList<Grid.LinkedDimGroup>[] groupsLists)
Adjust min/pref size for columns(or rows) that has components that spans multiple columns (or rows).
-