| Package | Description |
|---|---|
| com.orsoncharts.legend |
Classes related to chart legends.
|
| com.orsoncharts.table |
Classes and interfaces for constructing tables for display to the user.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ColorScaleElement
A
TableElement that displays a ColorScale. |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowElement
A table element that displays a list of sub-elements in a flow layout.
|
class |
GridElement<R extends java.lang.Comparable<R>,C extends java.lang.Comparable<C>>
A table element that contains a grid of elements.
|
class |
ShapeElement
A table element that displays a shape.
|
class |
TextElement
A table element consisting of some text that will be drawn on one line.
|
class |
VerticalFlowElement
A table element that displays a list of sub-elements in a vertical flow
layout.
|