Class AbstractCell
- java.lang.Object
-
- org.vandeseer.easytable.structure.cell.AbstractCell
-
- Direct Known Subclasses:
AbstractTextCell,ImageCell
public abstract class AbstractCell extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractCell.AbstractCellBuilder<C extends AbstractCell,B extends AbstractCell.AbstractCellBuilder<C,B>>
-
Field Summary
Fields Modifier and Type Field Description protected AbstractCellDrawerdrawerprotected Settingssettings
-
Constructor Summary
Constructors Constructor Description AbstractCell()
-
Method Summary
-
-
-
Field Detail
-
drawer
protected AbstractCellDrawer drawer
-
settings
protected Settings settings
-
-
Method Detail
-
getPaddingBottom
public float getPaddingBottom()
-
getPaddingTop
public float getPaddingTop()
-
getPaddingLeft
public float getPaddingLeft()
-
getPaddingRight
public float getPaddingRight()
-
getHorizontalPadding
public float getHorizontalPadding()
-
getVerticalPadding
public float getVerticalPadding()
-
getBorderWidthTop
public float getBorderWidthTop()
-
hasBorderTop
public boolean hasBorderTop()
-
getBorderWidthBottom
public float getBorderWidthBottom()
-
hasBorderBottom
public boolean hasBorderBottom()
-
getBorderWidthLeft
public float getBorderWidthLeft()
-
hasBorderLeft
public boolean hasBorderLeft()
-
getBorderWidthRight
public float getBorderWidthRight()
-
hasBorderRight
public boolean hasBorderRight()
-
getBorderColorTop
public Color getBorderColorTop()
-
getBorderColorBottom
public Color getBorderColorBottom()
-
getBorderColorLeft
public Color getBorderColorLeft()
-
getBorderColorRight
public Color getBorderColorRight()
-
getBorderStyleTop
public BorderStyleInterface getBorderStyleTop()
-
getBorderStyleBottom
public BorderStyleInterface getBorderStyleBottom()
-
getBorderStyleLeft
public BorderStyleInterface getBorderStyleLeft()
-
getBorderStyleRight
public BorderStyleInterface getBorderStyleRight()
-
hasBackgroundColor
public boolean hasBackgroundColor()
-
getBackgroundColor
public Color getBackgroundColor()
-
isWordBreak
public boolean isWordBreak()
-
getHeight
public float getHeight()
-
getDrawer
public Drawer getDrawer()
-
createDefaultDrawer
protected abstract Drawer createDefaultDrawer()
-
calculateHeightForRowSpan
public float calculateHeightForRowSpan()
-
assertIsRendered
protected void assertIsRendered()
-
isHorizontallyAligned
public boolean isHorizontallyAligned(HorizontalAlignment alignment)
-
isVerticallyAligned
public boolean isVerticallyAligned(VerticalAlignment alignment)
-
-