Uses of Class
org.jfree.beans.LegendPosition
-
Packages that use LegendPosition Package Description 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 Modifier and Type Field 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.Methods in org.jfree.beans that return LegendPosition Modifier and Type Method Description LegendPosition
AbstractChart. getLegendPosition()
Returns the legend position.Methods in org.jfree.beans with parameters of type LegendPosition Modifier and Type Method Description void
AbstractChart. setLegendPosition(LegendPosition position)
Sets the legend position and sends aPropertyChangeEvent
to all registered listeners for thelegendPosition
property.
-