Class Grid.LinkedDimGroup
java.lang.Object
net.miginfocom.layout.Grid.LinkedDimGroup
- Enclosing class:
Grid
A number of component wraps that share a layout "something" in one dimension
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ArrayList<Grid.CompWrap> private final booleanprivate final booleanprivate final Stringprivate final intprivate intprivate intprivate final intprivate static final intprivate static final intprivate static final int -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateLinkedDimGroup(String linkCtx, int span, int linkType, boolean isHor, boolean fromEnd) -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprivate int[]Returns the min/pref/max sizes for this cell.private voidlayout(DimConstraint dc, int start, int size, int spanCount) private void
-
Field Details
-
TYPE_SERIAL
private static final int TYPE_SERIAL- See Also:
-
TYPE_PARALLEL
private static final int TYPE_PARALLEL- See Also:
-
TYPE_BASELINE
private static final int TYPE_BASELINE- See Also:
-
linkCtx
-
span
private final int span -
linkType
private final int linkType -
isHor
private final boolean isHor -
fromEnd
private final boolean fromEnd -
_compWraps
-
lStart
private int lStart -
lSize
private int lSize
-
-
Constructor Details
-
LinkedDimGroup
-
-
Method Details
-
addCompWrap
-
setCompWraps
-
layout
-
getMinPrefMax
private int[] getMinPrefMax()Returns the min/pref/max sizes for this cell. Returned array must not be altered- Returns:
- A shared min/pref/max array of sizes. Always of length 3 and never
null. Will always be of type STATIC and PIXEL.
-