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 LegendPositionLegendPosition. BOTTOMBOTTOM.static LegendPositionLegendPosition. LEFTLEFT.protected LegendPositionAbstractChart. legendPositionThe current legend position (TOP, BOTTOM, LEFT, RIGHT or NONE).static LegendPositionLegendPosition. NONENONE.static LegendPositionLegendPosition. RIGHTRIGHT.static LegendPositionLegendPosition. TOPTOP.Methods in org.jfree.beans that return LegendPosition Modifier and Type Method Description LegendPositionAbstractChart. getLegendPosition()Returns the legend position.Methods in org.jfree.beans with parameters of type LegendPosition Modifier and Type Method Description voidAbstractChart. setLegendPosition(LegendPosition position)Sets the legend position and sends aPropertyChangeEventto all registered listeners for thelegendPositionproperty.
-