|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LegendPosition | |
---|---|
org.jfree.beans | Core classes for Orson (a chart beans library based on JFreeChart). |
Uses of LegendPosition in org.jfree.beans |
---|
Fields in org.jfree.beans declared as LegendPosition | |
---|---|
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. |
Methods in org.jfree.beans that return LegendPosition | |
---|---|
LegendPosition |
AbstractChart.getLegendPosition()
Returns the legend position. |
Methods in org.jfree.beans with parameters of type LegendPosition | |
---|---|
void |
AbstractChart.setLegendPosition(LegendPosition position)
Sets the legend position and sends a PropertyChangeEvent to all
registered listeners for the legendPosition property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |