Header
And More


Uses of Interface
org.jfree.chart.plot.dial.DialFrame

Packages that use DialFrame
org.jfree.chart.plot.dial Classes for creating dial plots. 
 

Uses of DialFrame in org.jfree.chart.plot.dial
 

Classes in org.jfree.chart.plot.dial that implement DialFrame
 class ArcDialFrame
          A standard frame for the DialPlot class.
 class StandardDialFrame
          A simple circular frame for the DialPlot class.
 

Methods in org.jfree.chart.plot.dial that return DialFrame
 DialFrame DialPlot.getDialFrame()
          Returns the dial's frame.
 

Methods in org.jfree.chart.plot.dial with parameters of type DialFrame
 void DialPlot.setDialFrame(DialFrame frame)
          Sets the dial's frame and sends a PlotChangeEvent to all registered listeners.
 


Footer
And More


Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.