public abstract class AttributeSummaryDisplay extends Display implements DestinationAware
| Modifier and Type | Field and Description |
|---|---|
protected static float |
BORDER_WIDTH |
protected static float |
GAP_HEIGHT |
protected static int |
HEADER_FONT_SIZE |
protected static float |
HEADER_HEIGHT |
protected static float |
HEADER_PADDING |
protected static float |
MULTILINE_SPACING |
protected static int |
NAME_FONT_SIZE |
protected static float |
NAME_HEIGHT |
protected static float |
ROW_HEIGHT |
protected boolean |
splitRow |
protected org.apache.pdfbox.pdmodel.font.PDFont |
TABLE_CONTENT_FONT |
protected static int |
TABLE_CONTENT_FONT_SIZE |
protected static float |
TABLE_PADDING |
protected org.vandeseer.easytable.structure.Table.TableBuilder |
tableBuilder |
protected TextSanitizer |
textSanitizer |
protected AttributeType |
type |
config, content, CONTENT_END_Y, CONTENT_MARGIN_TOP_Y, CONTENT_START_Y, document, page, report, reportFont, xlocation, ylocation| Constructor and Description |
|---|
AttributeSummaryDisplay() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Map<com.aventstack.extentreports.Status,Integer>> |
contextAttributeData() |
Destination |
createDestination() |
protected void |
drawTable() |
protected Map<String,String> |
systemAttributeData() |
protected static final float NAME_HEIGHT
protected static final float HEADER_HEIGHT
protected static final float ROW_HEIGHT
protected static final float GAP_HEIGHT
protected static final int NAME_FONT_SIZE
protected static final int HEADER_FONT_SIZE
protected static final float BORDER_WIDTH
protected static final float HEADER_PADDING
protected static final float TABLE_PADDING
protected static final int TABLE_CONTENT_FONT_SIZE
protected org.apache.pdfbox.pdmodel.font.PDFont TABLE_CONTENT_FONT
protected static final float MULTILINE_SPACING
protected AttributeType type
protected org.vandeseer.easytable.structure.Table.TableBuilder tableBuilder
protected boolean splitRow
protected final TextSanitizer textSanitizer
protected Map<String,Map<com.aventstack.extentreports.Status,Integer>> contextAttributeData()
protected void drawTable()
public Destination createDestination()
createDestination in interface DestinationAwareCopyright © 2021. All rights reserved.