Header
And More


Uses of Class
org.jfree.chart.plot.DialShape

Packages that use DialShape
org.jfree.chart.plot Plot classes and related interfaces. 
 

Uses of DialShape in org.jfree.chart.plot
 

Fields in org.jfree.chart.plot declared as DialShape
static DialShape DialShape.CHORD
          Chord.
static DialShape DialShape.CIRCLE
          Circle.
static DialShape DialShape.PIE
          Pie.
 

Methods in org.jfree.chart.plot that return DialShape
 DialShape MeterPlot.getDialShape()
          Returns the dial shape.
 

Methods in org.jfree.chart.plot with parameters of type DialShape
 void MeterPlot.setDialShape(DialShape shape)
          Sets the dial shape and sends a PlotChangeEvent to all registered listeners.
 


Footer
And More


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