public class CellPosition extends java.lang.Object implements CellProvider
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getColumn() |
int |
getColumnSpan() |
int |
getRow() |
int |
getRowSpan() |
public int getColumn()
getColumn 在接口中 CellProviderpublic int getColumnSpan()
getColumnSpan 在接口中 CellProviderpublic int getRow()
getRow 在接口中 CellProviderpublic int getRowSpan()
getRowSpan 在接口中 CellProvider