Class ScenarioStepDetails

    • Field Detail

      • tableBuilder

        protected org.vandeseer.easytable.structure.Table.TableBuilder tableBuilder
      • featureNameRowSpans

        protected List<Integer> featureNameRowSpans
      • HEADER_FONT

        protected static final org.apache.pdfbox.pdmodel.font.PDFont HEADER_FONT
      • NAME_FONT

        protected static final org.apache.pdfbox.pdmodel.font.PDFont NAME_FONT
      • nameCropped

        protected boolean nameCropped
      • headerRowTextUtil

        public static final TextUtil headerRowTextUtil
      • featureNameTextUtil

        public static final TextUtil featureNameTextUtil
      • scenarioNameTextUtil

        public static final TextUtil scenarioNameTextUtil
    • Constructor Detail

      • ScenarioStepDetails

        public ScenarioStepDetails()
    • Method Detail

      • display

        public void display()
        Specified by:
        display in class Display
      • annotationFilter

        protected boolean annotationFilter()
      • createFeatureNameCell

        protected org.vandeseer.easytable.structure.cell.AbstractCell createFeatureNameCell​(Feature feature,
                                                                                            int rowspan,
                                                                                            boolean lastRow)
      • createScenarioNameCell

        protected org.vandeseer.easytable.structure.cell.AbstractCell createScenarioNameCell​(Scenario scenario)
      • croppedMessageDisplay

        protected void croppedMessageDisplay()