Class StepDisplay
- java.lang.Object
-
- tech.grasshopper.pdf.structure.Display
-
- tech.grasshopper.pdf.section.details.executable.ExecutableDisplay
-
- tech.grasshopper.pdf.section.details.executable.StepDisplay
-
public class StepDisplay extends ExecutableDisplay
-
-
Field Summary
-
Fields inherited from class tech.grasshopper.pdf.section.details.executable.ExecutableDisplay
executable, sNo, tableBuilder
-
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 StepDisplay()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddisplaySubTypeDetails()protected ColorexecutableBackgroundColor()StringexecutableName()protected ColorexecutableNameColor()protected StringgetDuration()protected StringgetSerialNumber()protected intgetSubTypeRowSpanCount()intprocessSNo(int serialNum)-
Methods inherited from class tech.grasshopper.pdf.section.details.executable.ExecutableDisplay
display, displayLogMessage, displayMedia, displayStackTrace
-
Methods inherited from class tech.grasshopper.pdf.structure.Display
statusColor
-
-
-
-
Method Detail
-
processSNo
public int processSNo(int serialNum)
- Specified by:
processSNoin classExecutableDisplay
-
getDuration
protected String getDuration()
- Specified by:
getDurationin classExecutableDisplay
-
executableName
public String executableName()
- Specified by:
executableNamein classExecutableDisplay
-
getSerialNumber
protected String getSerialNumber()
- Specified by:
getSerialNumberin classExecutableDisplay
-
getSubTypeRowSpanCount
protected int getSubTypeRowSpanCount()
- Overrides:
getSubTypeRowSpanCountin classExecutableDisplay
-
displaySubTypeDetails
protected void displaySubTypeDetails()
- Overrides:
displaySubTypeDetailsin classExecutableDisplay
-
executableNameColor
protected Color executableNameColor()
- Specified by:
executableNameColorin classExecutableDisplay
-
executableBackgroundColor
protected Color executableBackgroundColor()
- Specified by:
executableBackgroundColorin classExecutableDisplay
-
-