Uses of Class
org.jfree.chart.api.RectangleAlignment
-
Packages that use RectangleAlignment Package Description org.jfree.chart Core classes for JFreeChart includingJFreeChartandChartFactory.org.jfree.chart.api Types and enumerations used in the JFreeChart public API.org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of RectangleAlignment in org.jfree.chart
Fields in org.jfree.chart declared as RectangleAlignment Modifier and Type Field Description static RectangleAlignmentJFreeChart. DEFAULT_BACKGROUND_IMAGE_ALIGNMENTThe default background image alignment.Methods in org.jfree.chart that return RectangleAlignment Modifier and Type Method Description RectangleAlignmentJFreeChart. getBackgroundImageAlignment()Returns the background image alignment.Methods in org.jfree.chart with parameters of type RectangleAlignment Modifier and Type Method Description voidJFreeChart. setBackgroundImageAlignment(RectangleAlignment alignment)Sets the background alignment and sends a change notification to all registered listeners. -
Uses of RectangleAlignment in org.jfree.chart.api
Methods in org.jfree.chart.api that return RectangleAlignment Modifier and Type Method Description static RectangleAlignmentRectangleAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static RectangleAlignment[]RectangleAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RectangleAlignment in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return RectangleAlignment Modifier and Type Method Description RectangleAlignmentPlot. getBackgroundImageAlignment()Returns the background image alignment.Methods in org.jfree.chart.plot with parameters of type RectangleAlignment Modifier and Type Method Description voidPlot. setBackgroundImageAlignment(RectangleAlignment alignment)Sets the alignment for the background image and sends aPlotChangeEventto all registered listeners.
-