Class DmxDrawingSupplier
- java.lang.Object
-
- org.jfree.chart.plot.DefaultDrawingSupplier
-
- org.bidib.wizard.mvc.dmx.view.panel.renderer.DmxDrawingSupplier
-
- All Implemented Interfaces:
Serializable,Cloneable,org.jfree.chart.plot.DrawingSupplier,org.jfree.chart.util.PublicCloneable
public class DmxDrawingSupplier extends org.jfree.chart.plot.DefaultDrawingSupplier- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DmxDrawingSupplier()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Shape[]createStandardSeriesShapes()Creates an array of standard shapes to display for the items in series on charts.
-
-
-
Method Detail
-
createStandardSeriesShapes
public static Shape[] createStandardSeriesShapes()
Creates an array of standard shapes to display for the items in series on charts.- Returns:
- The array of shapes.
-
-