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 ResizeConstraint
Grid.GAP_RC_CONST
A constraint used for gaps.private static final ResizeConstraint
Grid.GAP_RC_CONST_PUSH
private final ResizeConstraint[]
Grid.FlowSizeSpec.resConstsInclGaps
(package private) final ResizeConstraint
DimConstraint.resize
How 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.FlowSizeSpec
Grid.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 ResizeConstraintModifierConstructorDescriptionprivate
FlowSizeSpec
(int[][] sizes, ResizeConstraint[] resConstsInclGaps)