Uses of Class
net.miginfocom.layout.ResizeConstraint
Packages that use ResizeConstraint
-
Uses of ResizeConstraint in net.miginfocom.layout
Fields in net.miginfocom.layout declared as ResizeConstraintModifier and TypeFieldDescriptionprivate static final ResizeConstraintGrid.GAP_RC_CONSTA constraint used for gaps.private static final ResizeConstraintGrid.GAP_RC_CONST_PUSHprivate final ResizeConstraint[]Grid.FlowSizeSpec.resConstsInclGaps(package private) final ResizeConstraintDimConstraint.resizeHow this entity can be resized in the dimension that this constraint represents.Methods in net.miginfocom.layout that return ResizeConstraintModifier and TypeMethodDescriptionprivate static ResizeConstraint[]Grid.getComponentResizeConstraints(ArrayList<Grid.CompWrap> compWraps, boolean isHor) private static ResizeConstraint[]Grid.getRowResizeConstraints(DimConstraint[] specs) Methods in net.miginfocom.layout with parameters of type ResizeConstraintModifier and TypeMethodDescription(package private) static int[]LayoutUtil.calculateSerial(int[][] sizes, ResizeConstraint[] resConstr, Float[] defPushWeights, int startSizeType, int bounds) Takes a number on min/preferred/max sizes and resize constraints and returns the calculated sizes which sum should add up tobounds.private static Grid.FlowSizeSpecGrid.mergeSizesGapsAndResConstrs(ResizeConstraint[] resConstr, boolean[] gapPush, int[][] minPrefMaxSizes, int[][] gapSizes) Merges sizes and gaps together with Resize Constraints.Constructors in net.miginfocom.layout with parameters of type ResizeConstraintModifierConstructorDescriptionprivateFlowSizeSpec(int[][] sizes, ResizeConstraint[] resConstsInclGaps)