| Modifier and Type | Class and Description |
|---|---|
class |
Chart
Abstract class for charts
|
class |
ChartHistogram
Histogram chart, with pre-binned values.
|
class |
ChartHorizontalBar |
class |
ChartLine
Line chart with multiple independent series
|
class |
ChartScatter
Scatter chart
|
class |
ChartStackedArea
Stacked area chart (no normalization), with multiple series.
|
class |
ChartTimeline
A timeline/swimlane chart with zoom/scroll functionality.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentDiv
Div component (as in, HTML div)
|
| Constructor and Description |
|---|
ComponentDiv(Style style,
Component... components) |
| Constructor and Description |
|---|
ComponentDiv(Style style,
Collection<Component> componentCollection) |
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratorAccordion
Accordion decorator component: i.e., create an accordion (i.e., collapseable componenet) with multiple sub-components internally
Current implementation supports only one accordion section
|
| Modifier and Type | Method and Description |
|---|---|
DecoratorAccordion.Builder |
DecoratorAccordion.Builder.addComponents(Component... innerComponents)
Components to show internally in the accordion element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentTable
Simple 2d table for text,
|
| Modifier and Type | Class and Description |
|---|---|
class |
ComponentText
Simple text component with styling
|
| Modifier and Type | Method and Description |
|---|---|
static String |
StaticPageUtil.renderHTML(Component... components)
Given the specified components, render them to a stand-alone HTML page (which is returned as a String)
|
static String |
StaticPageUtil.renderHTMLContent(Component... components) |
static void |
StaticPageUtil.saveHTMLFile(File outputFile,
Component... components)
A version of
StaticPageUtil.renderHTML(Component...) that exports the resulting HTML to the specified File. |
static void |
StaticPageUtil.saveHTMLFile(String outputPath,
Component... components)
A version of
StaticPageUtil.renderHTML(Component...) that exports the resulting HTML to the specified path. |
| Modifier and Type | Method and Description |
|---|---|
static String |
StaticPageUtil.renderHTML(Collection<Component> components)
Given the specified components, render them to a stand-alone HTML page (which is returned as a String)
|
Copyright © 2017. All rights reserved.