Package | Description |
---|---|
org.jfree.beans |
Core classes for Orson (a chart beans library based on JFreeChart).
|
Modifier and Type | Field and Description |
---|---|
static LegendPosition |
LegendPosition.BOTTOM
BOTTOM.
|
static LegendPosition |
LegendPosition.LEFT
LEFT.
|
protected LegendPosition |
AbstractChart.legendPosition
The current legend position (TOP, BOTTOM, LEFT, RIGHT or NONE).
|
static LegendPosition |
LegendPosition.NONE
NONE.
|
static LegendPosition |
LegendPosition.RIGHT
RIGHT.
|
static LegendPosition |
LegendPosition.TOP
TOP.
|
Modifier and Type | Method and Description |
---|---|
LegendPosition |
AbstractChart.getLegendPosition()
Returns the legend position.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractChart.setLegendPosition(LegendPosition position)
Sets the legend position and sends a
PropertyChangeEvent to all
registered listeners for the legendPosition property. |