public class TableConfig
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
dp10 |
static int |
INVALID_COLOR
无效值
|
| Constructor and Description |
|---|
TableConfig() |
public static final int INVALID_COLOR
public int dp10
public FontStyle getContentStyle()
public TableConfig setContentStyle(FontStyle contentStyle)
public FontStyle getYSequenceStyle()
public TableConfig setYSequenceStyle(FontStyle YSequenceStyle)
public FontStyle getXSequenceStyle()
public TableConfig setXSequenceStyle(FontStyle XSequenceStyle)
public FontStyle getColumnTitleStyle()
public TableConfig setColumnTitleStyle(FontStyle columnTitleStyle)
public int getVerticalPadding()
public TableConfig setVerticalPadding(int verticalPadding)
public int getHorizontalPadding()
public TableConfig setHorizontalPadding(int horizontalPadding)
public android.graphics.Paint getPaint()
public void setPaint(android.graphics.Paint paint)
public LineStyle getContentGridStyle()
public LineStyle getColumnTitleGridStyle()
public TableConfig setColumnTitleGridStyle(LineStyle columnTitleGridStyle)
public boolean isFixedYSequence()
public TableConfig setFixedYSequence(boolean fixedYSequence)
public boolean isFixedXSequence()
public TableConfig setFixedXSequence(boolean fixedXSequence)
public boolean isFixedTitle()
public TableConfig setFixedTitle(boolean fixedTitle)
public boolean isFixedFirstColumn()
@Deprecated public TableConfig setFixedFirstColumn(boolean fixedFirstColumn)
fixedFirstColumn - public FontStyle getCountStyle()
public TableConfig setCountStyle(FontStyle countStyle)
public TableConfig setContentGridStyle(LineStyle contentGridStyle)
public boolean isFixedCountRow()
public TableConfig setFixedCountRow(boolean fixedCountRow)
public FontStyle getTableTitleStyle()
public TableConfig setTableTitleStyle(FontStyle tableTitleStyle)
public boolean isShowXSequence()
public TableConfig setShowXSequence(boolean showXSequence)
public boolean isShowYSequence()
public TableConfig setShowYSequence(boolean showYSequence)
public ICellBackgroundFormat<CellInfo> getContentCellBackgroundFormat()
public TableConfig setContentCellBackgroundFormat(ICellBackgroundFormat<CellInfo> contentCellBackgroundFormat)
public ICellBackgroundFormat<Column> getColumnCellBackgroundFormat()
public TableConfig setColumnCellBackgroundFormat(ICellBackgroundFormat<Column> columnCellBackgroundFormat)
public ICellBackgroundFormat<java.lang.Integer> getXSequenceCellBgFormat()
public TableConfig setXSequenceCellBgFormat(ICellBackgroundFormat<java.lang.Integer> XSequenceCellBgFormat)
public ICellBackgroundFormat<java.lang.Integer> getYSequenceCellBgFormat()
public TableConfig setYSequenceCellBgFormat(ICellBackgroundFormat<java.lang.Integer> YSequenceCellBgFormat)
public ICellBackgroundFormat<Column> getCountBgCellFormat()
public TableConfig setCountBgCellFormat(ICellBackgroundFormat<Column> countBgCellFormat)
public float getZoom()
public void setZoom(float zoom)
public int getColumnTitleHorizontalPadding()
public TableConfig setColumnTitleHorizontalPadding(int columnTitleHorizontalPadding)
public boolean isShowTableTitle()
public TableConfig setShowTableTitle(boolean showTableTitle)
public boolean isShowColumnTitle()
public int getLeftAndTopBackgroundColor()
public TableConfig setLeftAndTopBackgroundColor(int leftAndTopBackgroundColor)
public LeftTopDrawFormat getLeftTopDrawFormat()
public void setLeftTopDrawFormat(LeftTopDrawFormat leftTopDrawFormat)
public TableConfig setShowColumnTitle(boolean showColumnTitle)
public LineStyle getSequenceGridStyle()
public TableConfig setSequenceGridStyle(LineStyle sequenceGridStyle)
public TableConfig setMinTableWidth(int minTableWidth)
public int getMinTableWidth()
public IBackgroundFormat getYSequenceBackground()
public TableConfig setYSequenceBackground(IBackgroundFormat YSequenceBackground)
public int getColumnTitleVerticalPadding()
public TableConfig setColumnTitleVerticalPadding(int columnTitleVerticalPadding)
public IBackgroundFormat getColumnTitleBackground()
public TableConfig setColumnTitleBackground(IBackgroundFormat columnTitleBackground)
public IBackgroundFormat getContentBackground()
public TableConfig setContentBackground(IBackgroundFormat contentBackground)
public IBackgroundFormat getCountBackground()
public TableConfig setCountBackground(IBackgroundFormat countBackground)
public IBackgroundFormat getXSequenceBackground()
public TableConfig setXSequenceBackground(IBackgroundFormat XSequenceBackground)
public IGridFormat getTableGridFormat()
public TableConfig setTableGridFormat(IGridFormat tableGridFormat)
public int getSequenceVerticalPadding()
public TableConfig setSequenceVerticalPadding(int sequenceVerticalPadding)
public int getSequenceHorizontalPadding()
public TableConfig setSequenceHorizontalPadding(int sequenceHorizontalPadding)
public int getTextLeftOffset()
public TableConfig setTextLeftOffset(int textLeftOffset)