public abstract class AbstractCell extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractCell.AbstractCellBuilder<C extends AbstractCell,B extends AbstractCell.AbstractCellBuilder<C,B>> |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractCellDrawer |
drawer |
protected Settings |
settings |
| Constructor and Description |
|---|
AbstractCell() |
protected AbstractCellDrawer drawer
protected Settings settings
public float getPaddingBottom()
public float getPaddingTop()
public float getPaddingLeft()
public float getPaddingRight()
public float getHorizontalPadding()
public float getVerticalPadding()
public float getBorderWidthTop()
public boolean hasBorderTop()
public float getBorderWidthBottom()
public boolean hasBorderBottom()
public float getBorderWidthLeft()
public boolean hasBorderLeft()
public float getBorderWidthRight()
public boolean hasBorderRight()
public BorderStyleInterface getBorderStyleTop()
public BorderStyleInterface getBorderStyleBottom()
public BorderStyleInterface getBorderStyleLeft()
public BorderStyleInterface getBorderStyleRight()
public boolean hasBackgroundColor()
public Color getBackgroundColor()
public Color getBorderColor()
public boolean isWordBreak()
public float getHeight()
public Drawer getDrawer()
protected abstract Drawer createDefaultDrawer()
public float calculateHeightForRowSpan()
protected void assertIsRendered()
public boolean isHorizontallyAligned(HorizontalAlignment alignment)
public boolean isVerticallyAligned(VerticalAlignment alignment)
public SplitCellData splitCell(float height)
Copyright © 2021. All rights reserved.