Uses of Interface
com.jrefinery.chart.ShapeFactory

Packages that use ShapeFactory
com.jrefinery.chart The main classes in the JFreeChart class library. 
 

Uses of ShapeFactory in com.jrefinery.chart
 

Classes in com.jrefinery.chart that implement ShapeFactory
 class DefaultShapeFactory
          Default provider of shapes for indicating data points on a Plot.
 class SeriesShapeFactory
          Provider of shapes for indicating data points on a Plot.
 

Fields in com.jrefinery.chart declared as ShapeFactory
protected  ShapeFactory Plot.shapeFactory
          Factory for shapes used to represent data points
 

Methods in com.jrefinery.chart that return ShapeFactory
 ShapeFactory Plot.getShapeFactory()
          Returns the object used to generate shapes for marking data points.
 

Methods in com.jrefinery.chart with parameters of type ShapeFactory
 void Plot.setShapeFactory(ShapeFactory factory)
          Sets the object used to generate shapes for marking data points.