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.FlowSizeSpecGrid. colFlowSpecsThe in the constructor calculated min/pref/max sizes of the rows and columns.private Grid.FlowSizeSpecGrid. rowFlowSpecsThe 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.FlowSizeSpecGrid. calcRowsOrColsSizes(boolean isHor, int containerSize)Calculates Min, Preferred and Max size for the columns OR rows.private static Grid.FlowSizeSpecGrid. 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 voidGrid. 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).
-