Class AbstractCell.AbstractCellBuilder<C extends AbstractCell,B extends AbstractCell.AbstractCellBuilder<C,B>>

java.lang.Object
org.vandeseer.easytable.structure.cell.AbstractCell.AbstractCellBuilder<C,B>
Direct Known Subclasses:
AbstractTextCell.AbstractTextCellBuilder
Enclosing class:
AbstractCell

public abstract static class AbstractCell.AbstractCellBuilder<C extends AbstractCell,B extends AbstractCell.AbstractCellBuilder<C,B>> extends Object
  • Field Details

    • settings

      protected Settings settings
  • Constructor Details

    • AbstractCellBuilder

      public AbstractCellBuilder()
  • Method Details

    • borderWidth

      public B borderWidth(float borderWidth)
    • borderWidthTop

      public B borderWidthTop(float borderWidth)
    • borderWidthBottom

      public B borderWidthBottom(float borderWidth)
    • borderWidthLeft

      public B borderWidthLeft(float borderWidth)
    • borderWidthRight

      public B borderWidthRight(float borderWidth)
    • borderStyleTop

      public B borderStyleTop(BorderStyleInterface style)
    • borderStyleBottom

      public B borderStyleBottom(BorderStyleInterface style)
    • borderStyleLeft

      public B borderStyleLeft(BorderStyleInterface style)
    • borderStyleRight

      public B borderStyleRight(BorderStyleInterface style)
    • borderStyle

      public B borderStyle(BorderStyleInterface style)
    • padding

      public B padding(float padding)
    • paddingTop

      public B paddingTop(float padding)
    • paddingBottom

      public B paddingBottom(float padding)
    • paddingLeft

      public B paddingLeft(float padding)
    • paddingRight

      public B paddingRight(float padding)
    • horizontalAlignment

      public B horizontalAlignment(HorizontalAlignment alignment)
    • verticalAlignment

      public B verticalAlignment(VerticalAlignment alignment)
    • backgroundColor

      public B backgroundColor(Color backgroundColor)
    • borderColorTop

      public B borderColorTop(Color borderColor)
    • borderColorBottom

      public B borderColorBottom(Color borderColor)
    • borderColorLeft

      public B borderColorLeft(Color borderColor)
    • borderColorRight

      public B borderColorRight(Color borderColor)
    • borderColor

      public B borderColor(Color borderColor)
    • wordBreak

      public B wordBreak(Boolean wordBreak)