| 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 |
|---|---|
VAlign |
StandardLegendBuilder.getColumnAlignment()
Returns the column alignment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardLegendBuilder.setColumnAlignment(VAlign alignment)
Sets the column alignment (to override the default alignment that is
derived from the legend anchor point).
|
| Modifier and Type | Method and Description |
|---|---|
VAlign |
VerticalFlowElement.getVerticalAlignment()
Returns the vertical alignment for the elements.
|
static VAlign |
VAlign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VAlign[] |
VAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerticalFlowElement.setVerticalAlignment(VAlign alignment)
Sets the vertical alignment of elements within columns,
|
| Constructor and Description |
|---|
VerticalFlowElement(VAlign alignment,
int vgap)
Creates a new instance.
|