Class AbstractCell
java.lang.Object
org.vandeseer.easytable.structure.cell.AbstractCell
- Direct Known Subclasses:
AbstractTextCell,ImageCell
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAbstractCell.AbstractCellBuilder<C extends AbstractCell,B extends AbstractCell.AbstractCellBuilder<C, B>> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidfloatprotected abstract DrawerfloatfloatfloatfloatfloatfloatfloatfloatfloatfloatfloatbooleanbooleanbooleanbooleanbooleanbooleanisHorizontallyAligned(HorizontalAlignment alignment) booleanisVerticallyAligned(VerticalAlignment alignment) boolean
-
Field Details
-
drawer
-
settings
-
-
Constructor Details
-
AbstractCell
public AbstractCell()
-
-
Method Details
-
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
-
getBorderColorBottom
-
getBorderColorLeft
-
getBorderColorRight
-
getBorderStyleTop
-
getBorderStyleBottom
-
getBorderStyleLeft
-
getBorderStyleRight
-
hasBackgroundColor
public boolean hasBackgroundColor() -
getBackgroundColor
-
isWordBreak
public boolean isWordBreak() -
getHeight
public float getHeight() -
getDrawer
-
createDefaultDrawer
-
calculateHeightForRowSpan
public float calculateHeightForRowSpan() -
assertIsRendered
protected void assertIsRendered() -
isHorizontallyAligned
-
isVerticallyAligned
-