public class BaseGridFormat extends BaseAbstractGridFormat
| Constructor and Description |
|---|
BaseGridFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isShowHorizontalLine(int col,
int row,
CellInfo cellInfo)
是否绘制内容格子横向方向
|
protected boolean |
isShowVerticalLine(int col,
int row,
CellInfo cellInfo)
是否绘制内容格子垂直方向
|
drawColumnTitleGrid, drawContentGrid, drawCountGrid, drawGridPath, drawLeftAndTopGrid, drawTableBorderGrid, drawXSequenceGrid, drawYSequenceGrid, isShowColumnTitleHorizontalLine, isShowColumnTitleVerticalLine, isShowCountHorizontalLine, isShowCountVerticalLine, isShowXSequenceHorizontalLine, isShowXSequenceVerticalLine, isShowYSequenceHorizontalLine, isShowYSequenceVerticalLineprotected boolean isShowVerticalLine(int col,
int row,
CellInfo cellInfo)
BaseAbstractGridFormatisShowVerticalLine in class BaseAbstractGridFormatcol - 列row - 行cellInfo - 格子信息protected boolean isShowHorizontalLine(int col,
int row,
CellInfo cellInfo)
BaseAbstractGridFormatisShowHorizontalLine in class BaseAbstractGridFormatcol - 列row - 行cellInfo - 格子信息