java.lang.Object
net.miginfocom.layout.Grid.Cell
- Enclosing class:
Grid
A simple representation of a cell in the grid. Contains a number of component wraps, if they span more than one cell.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
Cell
(int spanx, int spany, boolean flowx) private
Cell
(Grid.CompWrap cw) private
Cell
(Grid.CompWrap cw, int spanx, int spany, boolean flowx) -
Method Summary
-
Field Details
-
spanx
private final int spanx -
spany
private final int spany -
flowx
private final boolean flowx -
compWraps
-
hasTagged
private boolean hasTagged
-
-
Constructor Details
-
Cell
-
Cell
private Cell(int spanx, int spany, boolean flowx) -
Cell
-