Uses of Class
org.jfree.chart.plot.DialShape
-
Packages that use DialShape Package Description org.jfree.chart.plot Plot classes and related interfaces. -
-
Uses of DialShape in org.jfree.chart.plot
Methods in org.jfree.chart.plot that return DialShape Modifier and Type Method Description DialShapeMeterPlot. getDialShape()Returns the dial shape.static DialShapeDialShape. valueOf(String name)Returns the enum constant of this type with the specified name.static DialShape[]DialShape. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jfree.chart.plot with parameters of type DialShape Modifier and Type Method Description voidMeterPlot. setDialShape(DialShape shape)Sets the dial shape and sends aPlotChangeEventto all registered listeners.
-