Class DetailedStepHookDisplay
- java.lang.Object
-
- tech.grasshopper.pdf.structure.Display
-
- tech.grasshopper.pdf.section.details.DetailedStepHookDisplay
-
public class DetailedStepHookDisplay extends Display
-
-
Field Summary
Fields Modifier and Type Field Description static floatSTEP_HOOK_TEXT_COLUMN_WIDTHstatic org.apache.pdfbox.pdmodel.font.PDFontSTEP_HOOK_TEXT_FONTstatic intSTEP_HOOK_TEXT_FONT_SIZEstatic floatSTEP_HOOK_TEXT_PADDING-
Fields inherited from class tech.grasshopper.pdf.structure.Display
content, CONTENT_END_Y, CONTENT_MARGIN_TOP_Y, CONTENT_START_X, CONTENT_START_Y, DEFAULT_PADDING, destinations, DETAILED_CONTENT_END_Y, displayData, document, HEADER_PAGE_NUMBER_START_X, HEADER_SECTION_DETAILS_START_X, HEADER_START_Y, page, reportConfig, TRIMMED_MESSAGE_START_Y, xlocation, ylocation
-
-
Constructor Summary
Constructors Constructor Description DetailedStepHookDisplay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddisplay()-
Methods inherited from class tech.grasshopper.pdf.structure.Display
statusColor
-
-
-
-
Field Detail
-
STEP_HOOK_TEXT_COLUMN_WIDTH
public static final float STEP_HOOK_TEXT_COLUMN_WIDTH
- See Also:
- Constant Field Values
-
STEP_HOOK_TEXT_FONT
public static final org.apache.pdfbox.pdmodel.font.PDFont STEP_HOOK_TEXT_FONT
-
STEP_HOOK_TEXT_FONT_SIZE
public static final int STEP_HOOK_TEXT_FONT_SIZE
- See Also:
- Constant Field Values
-
STEP_HOOK_TEXT_PADDING
public static final float STEP_HOOK_TEXT_PADDING
- See Also:
- Constant Field Values
-
-