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 |
|---|---|
static float |
DEFAULT_MIN_HEIGHT |
protected AbstractCellDrawer |
drawer |
protected Settings |
settings |
| Constructor and Description |
|---|
AbstractCell() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertIsRendered() |
float |
calculateHeightForRowSpan() |
protected abstract Drawer |
createDefaultDrawer() |
Color |
getBackgroundColor() |
Color |
getBorderColor() |
Drawer |
getDrawer() |
float |
getHeight() |
float |
getHorizontalPadding() |
float |
getVerticalPadding() |
boolean |
hasBackgroundColor() |
boolean |
hasBorderBottom() |
boolean |
hasBorderLeft() |
boolean |
hasBorderRight() |
boolean |
hasBorderTop() |
boolean |
isHorizontallyAligned(HorizontalAlignment alignment) |
boolean |
isVerticallyAligned(VerticalAlignment alignment) |
boolean |
isWordBreak() |
public static final float DEFAULT_MIN_HEIGHT
protected AbstractCellDrawer drawer
protected Settings settings
public float getHorizontalPadding()
public float getVerticalPadding()
public boolean hasBorderTop()
public boolean hasBorderBottom()
public boolean hasBorderLeft()
public boolean hasBorderRight()
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)
Copyright © 2020. All rights reserved.