Uses of Class
net.miginfocom.layout.ResizeConstraint
-
Packages that use ResizeConstraint Package Description net.miginfocom.layout -
-
Uses of ResizeConstraint in net.miginfocom.layout
Fields in net.miginfocom.layout declared as ResizeConstraint Modifier and Type Field Description private static ResizeConstraintGrid. GAP_RC_CONSTA constraint used for gaps.private static ResizeConstraintGrid. GAP_RC_CONST_PUSHprivate ResizeConstraint[]Grid.FlowSizeSpec. resConstsInclGaps(package private) ResizeConstraintDimConstraint. resizeHow this entity can be resized in the dimension that this constraint represents.Methods in net.miginfocom.layout that return ResizeConstraint Modifier and Type Method Description private static ResizeConstraint[]Grid. getComponentResizeConstraints(java.util.ArrayList<Grid.CompWrap> compWraps, boolean isHor)private static ResizeConstraint[]Grid. getRowResizeConstraints(DimConstraint[] specs)Methods in net.miginfocom.layout with parameters of type ResizeConstraint Modifier and Type Method Description (package private) static int[]LayoutUtil. calculateSerial(int[][] sizes, ResizeConstraint[] resConstr, java.lang.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 ResizeConstraint Constructor Description FlowSizeSpec(int[][] sizes, ResizeConstraint[] resConstsInclGaps)
-