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
-
-
Constructor Summary
Constructors Constructor Description AbstractCellBuilder()
-
Method Summary
-
-
-
Field Detail
-
settings
protected Settings settings
-
-
Method Detail
-
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)
-
-