|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Cell
To support horizontal and vertical spans, at each position will be a cell as a represantive. Either a "origin cell" for the first position or a "span cell" for spanned other positions.
Method Summary | |
---|---|
int |
getColumnSpan()
|
LayoutComponent |
getComponent()
|
OriginCell |
getOrigin()
|
int |
getRowSpan()
|
boolean |
isHorizontalFirst()
Is the origin cell or span cell at the first position of the cell compound. |
boolean |
isVerticalFirst()
Is the origin cell or span cell at the first position of the cell compound. |
Method Detail |
---|
LayoutComponent getComponent()
OriginCell getOrigin()
boolean isHorizontalFirst()
boolean isVerticalFirst()
int getColumnSpan()
int getRowSpan()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |