| Package | Description |
|---|---|
| com.orsoncharts | |
| 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 |
|---|---|
static TableElement |
TitleUtils.createTitle(java.lang.String title,
java.awt.Font titleFont,
java.lang.String subtitle,
java.awt.Font subtitleFont,
HAlign alignment)
Creates a chart title and subtitle using the specified fonts and
alignment.
|
| Modifier and Type | Method and Description |
|---|---|
HAlign |
StandardLegendBuilder.getFooterAlignment()
Returns the footer alignment.
|
HAlign |
StandardLegendBuilder.getHeaderAlignment()
Returns the header alignment.
|
HAlign |
StandardLegendBuilder.getRowAlignment()
Returns the row alignment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardLegendBuilder.setFooterAlignment(HAlign align)
Sets the footer alignment.
|
void |
StandardLegendBuilder.setHeaderAlignment(HAlign align)
Sets the header alignment.
|
void |
StandardLegendBuilder.setRowAlignment(HAlign alignment)
Sets the row alignment (to override the default alignment that is
derived from the legend anchor point).
|
| Modifier and Type | Method and Description |
|---|---|
HAlign |
TextElement.getHorizontalAlignment()
Returns the horizontal alignment that will be used when rendering the
text.
|
HAlign |
FlowElement.getHorizontalAlignment()
Returns the horizontal alignment of items within rows.
|
static HAlign |
HAlign.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HAlign[] |
HAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextElement.setHorizontalAligment(HAlign align)
Sets the horizontal alignment.
|
void |
FlowElement.setHorizontalAlignment(HAlign alignment)
Sets the horizontal alignment.
|
| Constructor and Description |
|---|
FlowElement(HAlign alignment,
int hgap)
Creates a new instance with the specified attributes.
|