org.keridwen.modelling.mesh.inspector.plot
Class DataSetFactory

java.lang.Object
  extended by org.keridwen.modelling.mesh.inspector.plot.DataSetFactory

public class DataSetFactory
extends Object

2D plot data set factory for JFreeChart based plot facilities.

Author:
Julien Forest, Artenum.

Constructor Summary
DataSetFactory()
           
 
Method Summary
 org.jfree.data.xy.XYDataset createDataset(String label, float[] x, float[] y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataSetFactory

public DataSetFactory()
Method Detail

createDataset

public org.jfree.data.xy.XYDataset createDataset(String label,
                                                 float[] x,
                                                 float[] y)


Copyright © 2013 Artenum. All Rights Reserved.