Uses of Class
net.miginfocom.layout.Grid.FlowSizeSpec
Packages that use Grid.FlowSizeSpec
-
Uses of Grid.FlowSizeSpec in net.miginfocom.layout
Fields in net.miginfocom.layout declared as Grid.FlowSizeSpecModifier and TypeFieldDescriptionprivate 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.FlowSizeSpecModifier and TypeMethodDescriptionprivate 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.FlowSizeSpecModifier and TypeMethodDescriptionprivate voidGrid.adjustMinPrefForSpanningComps(DimConstraint[] specs, Float[] defPush, Grid.FlowSizeSpec fss, ArrayList<Grid.LinkedDimGroup>[] groupsLists) Adjust min/pref size for columns(or rows) that has components that spans multiple columns (or rows).