Class Dashboard
- java.lang.Object
-
- tech.grasshopper.pdf.structure.Section
-
- tech.grasshopper.pdf.structure.SinglePageSection
-
- tech.grasshopper.pdf.section.dashboard.Dashboard
-
- All Implemented Interfaces:
DestinationAware
public class Dashboard extends SinglePageSection implements DestinationAware
-
-
Field Summary
-
Fields inherited from class tech.grasshopper.pdf.structure.SinglePageSection
page
-
Fields inherited from class tech.grasshopper.pdf.structure.Section
destinations, displayData, document, reportConfig
-
-
Constructor Summary
Constructors Constructor Description Dashboard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcreateDestination()voidcreateSection()-
Methods inherited from class tech.grasshopper.pdf.structure.Section
createPage
-
-
-
-
Method Detail
-
createSection
public void createSection()
- Specified by:
createSectionin classSection
-
createDestination
public void createDestination()
- Specified by:
createDestinationin interfaceDestinationAware
-
-