Class Report.Builder
java.lang.Object
com.quantfinlib.report.Report.Builder
- Enclosing class:
Report
-
Method Summary
Modifier and TypeMethodDescriptionaddHtmlSection(String sectionTitle, String html) Raw HTML section (e.g. an inline SVG chart); HTML export only.addKeyValueSection(String sectionTitle, Map<String, String> values) Two-column "Metric / Value" section.build()
-
Method Details
-
addKeyValueSection
Two-column "Metric / Value" section. Map iteration order is preserved. -
addTableSection
-
addHtmlSection
Raw HTML section (e.g. an inline SVG chart); HTML export only. -
build
-