Class ScenarioSection
- java.lang.Object
-
- tech.grasshopper.pdf.structure.Section
-
- tech.grasshopper.pdf.structure.paginate.PaginatedSection
-
- tech.grasshopper.pdf.section.scenario.ScenarioSection
-
- Direct Known Subclasses:
NoPassScenarioSection
public class ScenarioSection extends PaginatedSection
-
-
Field Summary
Fields Modifier and Type Field Description protected List<Integer>featureNameRowSpansprotected ScenarioDatascenarioData-
Fields inherited from class tech.grasshopper.pdf.structure.Section
destinations, displayData, document, reportConfig
-
-
Constructor Summary
Constructors Constructor Description ScenarioSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisplayDatacreateDisplayData(int fromIndex, int toIndex)voidcreateSection()protected TextLengthOptimizerfeatureNameTextOptimizer()protected TextUtilfeatureNameTextUtil()voidgenerateDisplay(int fromIndex, int toIndex)protected floatheaderRowHeight()protected intmaxScenariosPerPage()protected TextLengthOptimizerscenarioNameTextOptimizer()protected TextUtilscenarioNameTextUtil()protected floattableSpace()-
Methods inherited from class tech.grasshopper.pdf.structure.Section
createPage
-
-
-
-
Field Detail
-
scenarioData
protected ScenarioData scenarioData
-
-
Method Detail
-
createSection
public void createSection()
- Specified by:
createSectionin classSection
-
generateDisplay
public void generateDisplay(int fromIndex, int toIndex)- Specified by:
generateDisplayin classPaginatedSection
-
createDisplayData
public DisplayData createDisplayData(int fromIndex, int toIndex)
- Specified by:
createDisplayDatain classPaginatedSection
-
maxScenariosPerPage
protected int maxScenariosPerPage()
-
tableSpace
protected float tableSpace()
-
headerRowHeight
protected float headerRowHeight()
-
featureNameTextUtil
protected TextUtil featureNameTextUtil()
-
scenarioNameTextUtil
protected TextUtil scenarioNameTextUtil()
-
featureNameTextOptimizer
protected TextLengthOptimizer featureNameTextOptimizer()
-
scenarioNameTextOptimizer
protected TextLengthOptimizer scenarioNameTextOptimizer()
-
-