| 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 | Method and Description |
|---|---|
void |
ColorScaleElement.receive(TableElementVisitor visitor)
Receives a visitor.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableElementStyler
A table element visitor that applies style changes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerticalFlowElement.receive(TableElementVisitor visitor)
Receives a
TableElementVisitor (the visitor will be received
by all the elements in the flow). |
void |
TextElement.receive(TableElementVisitor visitor)
Receives a visitor.
|
void |
TableElement.receive(TableElementVisitor visitor)
Receives a
TableElementVisitor. |
void |
ShapeElement.receive(TableElementVisitor visitor)
Receives a visitor.
|
void |
GridElement.receive(TableElementVisitor visitor)
Receives a visitor by calling the visitor's
visit() method
for each of the children in the grid, and finally for the grid itself. |
void |
FlowElement.receive(TableElementVisitor visitor)
Receives a visitor.
|