public abstract static class AbstractCell.AbstractCellBuilder<C extends AbstractCell,B extends AbstractCell.AbstractCellBuilder<C,B>> extends Object
| Constructor and Description |
|---|
AbstractCellBuilder() |
| Modifier and Type | Method and Description |
|---|---|
B |
backgroundColor(Color backgroundColor) |
B |
borderColor(Color borderColor) |
B |
borderWidth(float borderWidth) |
B |
horizontalAlignment(HorizontalAlignment alignment) |
B |
padding(float padding) |
B |
verticalAlignment(VerticalAlignment alignment) |
B |
wordBreak(Boolean wordBreak) |
protected Settings settings
public B borderWidth(float borderWidth)
public B padding(float padding)
public B horizontalAlignment(HorizontalAlignment alignment)
public B verticalAlignment(VerticalAlignment alignment)
Copyright © 2020. All rights reserved.