Class PaginatedSection
- java.lang.Object
-
- tech.grasshopper.pdf.structure.Section
-
- tech.grasshopper.pdf.structure.paginate.PaginatedSection
-
- Direct Known Subclasses:
AttributeSection,FeatureSection,ScenarioSection,SummarySection
public abstract class PaginatedSection extends Section
-
-
Field Summary
-
Fields inherited from class tech.grasshopper.pdf.structure.Section
destinations, displayData, document, reportConfig
-
-
Constructor Summary
Constructors Constructor Description PaginatedSection()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract DisplayDatacreateDisplayData(int fromIndex, int toIndex)abstract voidgenerateDisplay(int fromIndex, int toIndex)-
Methods inherited from class tech.grasshopper.pdf.structure.Section
createPage, createSection
-
-
-
-
Method Detail
-
generateDisplay
public abstract void generateDisplay(int fromIndex, int toIndex)
-
createDisplayData
public abstract DisplayData createDisplayData(int fromIndex, int toIndex)
-
-