Class DetailedSection
- java.lang.Object
-
- tech.grasshopper.pdf.structure.Section
-
- tech.grasshopper.pdf.section.details.DetailedSection
-
public class DetailedSection extends Section
-
-
Field Summary
Fields Modifier and Type Field Description protected FeatureDatadetailedDataprotected static floatGAPprotected static floatylocation-
Fields inherited from class tech.grasshopper.pdf.structure.Section
destinations, displayData, document, reportConfig
-
-
Constructor Summary
Constructors Constructor Description DetailedSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateSection()protected voidfeatureAdditionalInfoDisplay(Feature feature)protected voidscenarioAdditionalInfoDisplay(Scenario scenario)-
Methods inherited from class tech.grasshopper.pdf.structure.Section
createPage
-
-
-
-
Field Detail
-
detailedData
protected FeatureData detailedData
-
GAP
protected static final float GAP
- See Also:
- Constant Field Values
-
ylocation
protected static float ylocation
-
-
Method Detail
-
createSection
public void createSection()
- Specified by:
createSectionin classSection
-
featureAdditionalInfoDisplay
protected void featureAdditionalInfoDisplay(Feature feature)
-
scenarioAdditionalInfoDisplay
protected void scenarioAdditionalInfoDisplay(Scenario scenario)
-
-