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 boolean
private final boolean
private final String
private final int
private int
private int
private final int
private static final int
private static final int
private static final int
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
LinkedDimGroup
(String linkCtx, int span, int linkType, boolean isHor, boolean fromEnd) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private int[]
Returns the min/pref/max sizes for this cell.private void
layout
(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.
-