@NotThreadSafe public class PLTableCell extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_COL_SPAN |
| Constructor and Description |
|---|
PLTableCell(IPLRenderableObject<?> aElement) |
PLTableCell(IPLRenderableObject<?> aElement,
int nColSpan) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColSpan() |
IPLRenderableObject<?> |
getElement() |
Color |
getFillColor() |
PLTableCell |
setFillColor(Color aFillColor)
Set the cell fill color.
|
public static final int DEFAULT_COL_SPAN
public PLTableCell(@Nonnull IPLRenderableObject<?> aElement)
public PLTableCell(@Nonnull IPLRenderableObject<?> aElement, @Nonnegative int nColSpan)
@Nonnull public IPLRenderableObject<?> getElement()
@Nonnegative public int getColSpan()
@Nonnull public PLTableCell setFillColor(@Nullable Color aFillColor)
aFillColor - The fill color to use. May be null.Copyright © 2014–2016 Philip Helger. All rights reserved.