public abstract class MarkupDisplay extends Object
| Modifier and Type | Field and Description |
|---|---|
protected float |
BORDER_WIDTH |
protected org.jsoup.nodes.Element |
element |
protected org.jsoup.select.Elements |
elements |
protected int |
LOG_FONT_SIZE |
protected @NonNull org.apache.pdfbox.pdmodel.font.PDFont |
logFont |
protected float |
MULTILINE_SPACING |
protected Color |
textColor |
| Constructor and Description |
|---|
MarkupDisplay() |
| Modifier and Type | Method and Description |
|---|---|
abstract org.vandeseer.easytable.structure.cell.AbstractCell |
displayDetails() |
protected org.vandeseer.easytable.structure.cell.AbstractCell |
errorDisplay(String error) |
protected final float BORDER_WIDTH
protected final float MULTILINE_SPACING
@NonNull protected @NonNull org.apache.pdfbox.pdmodel.font.PDFont logFont
protected final int LOG_FONT_SIZE
protected org.jsoup.nodes.Element element
protected org.jsoup.select.Elements elements
protected Color textColor
public abstract org.vandeseer.easytable.structure.cell.AbstractCell displayDetails()
protected org.vandeseer.easytable.structure.cell.AbstractCell errorDisplay(String error)
Copyright © 2021. All rights reserved.