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.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.FlowSizeSpecModifier and TypeMethodDescriptionprivate 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.FlowSizeSpecModifier and TypeMethodDescriptionprivate void
Grid.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).