Class AbstractCell

java.lang.Object
org.vandeseer.easytable.structure.cell.AbstractCell
Direct Known Subclasses:
AbstractTextCell, ImageCell

public abstract class AbstractCell extends Object
  • Field Details

  • 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

      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)