com.infoviz.piechart
Class PieChartModelFactory

java.lang.Object
  extended bycom.infoviz.piechart.PieChartModelFactory

public class PieChartModelFactory
extends java.lang.Object

$Id$ $Revision$ $Author$


Constructor Summary
PieChartModelFactory()
           
 
Method Summary
static PieChartModel createModelFromTable(IVTableModel tableModel, int nameColumn, int valueColumn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieChartModelFactory

public PieChartModelFactory()
Method Detail

createModelFromTable

public static PieChartModel createModelFromTable(IVTableModel tableModel,
                                                 int nameColumn,
                                                 int valueColumn)