| Modifier and Type | Field and Description |
|---|---|
protected static int |
COLUMN_WIDTH |
protected static org.apache.pdfbox.pdmodel.font.PDFont |
FONT |
protected static int |
FONT_SIZE |
static int |
HEADER_ROW_HEIGHT |
static int |
NAME_ROW_HEIGHT |
protected TextLengthOptimizer |
nameOptimizer |
protected static int |
PADDING |
protected ReportConfig |
reportConfig |
protected String |
sNo |
| Constructor and Description |
|---|
StepOrHookRow() |
| Modifier and Type | Method and Description |
|---|---|
static StepOrHookRow |
createStepOrHook(Hook hook) |
static StepOrHookRow |
createStepOrHook(Step step) |
int |
decrementStepCount(int cnt) |
protected abstract boolean |
dividerRequired() |
protected void |
generateName(org.vandeseer.easytable.structure.cell.paragraph.ParagraphCell.Paragraph.ParagraphBuilder paragraphBuilder,
String name,
Color textColor) |
protected org.vandeseer.easytable.structure.cell.paragraph.ParagraphCell |
generateParagraphCell(org.vandeseer.easytable.structure.cell.paragraph.ParagraphCell.Paragraph.ParagraphBuilder paraBuilder) |
protected org.vandeseer.easytable.structure.Row |
generateRow() |
protected abstract org.vandeseer.easytable.structure.cell.paragraph.ParagraphCell |
generateTextOutput() |
protected abstract String |
getDuration() |
protected abstract int |
getRowHeight() |
protected String |
getSerialNo() |
protected abstract Status |
getStatus() |
protected Color |
getStatusColor(ReportConfig reportConfig) |
protected int |
incrementSerialNumber(int sno) |
protected static final org.apache.pdfbox.pdmodel.font.PDFont FONT
protected static final int FONT_SIZE
protected static final int COLUMN_WIDTH
protected static final int PADDING
public static final int HEADER_ROW_HEIGHT
public static final int NAME_ROW_HEIGHT
protected String sNo
protected ReportConfig reportConfig
protected final TextLengthOptimizer nameOptimizer
protected org.vandeseer.easytable.structure.Row generateRow()
protected String getSerialNo()
protected abstract int getRowHeight()
protected abstract org.vandeseer.easytable.structure.cell.paragraph.ParagraphCell generateTextOutput()
protected abstract Status getStatus()
protected Color getStatusColor(ReportConfig reportConfig)
protected abstract String getDuration()
protected abstract boolean dividerRequired()
protected void generateName(org.vandeseer.easytable.structure.cell.paragraph.ParagraphCell.Paragraph.ParagraphBuilder paragraphBuilder,
String name,
Color textColor)
protected org.vandeseer.easytable.structure.cell.paragraph.ParagraphCell generateParagraphCell(org.vandeseer.easytable.structure.cell.paragraph.ParagraphCell.Paragraph.ParagraphBuilder paraBuilder)
protected int incrementSerialNumber(int sno)
public int decrementStepCount(int cnt)
public static StepOrHookRow createStepOrHook(Step step)
public static StepOrHookRow createStepOrHook(Hook hook)
Copyright © 2020. All rights reserved.