org.jzy3d.io
Class FileDataset

java.lang.Object
  extended by org.jzy3d.io.FileDataset

public class FileDataset
extends Object


Constructor Summary
FileDataset()
           
 
Method Summary
static Coord3d[] loadArray(String filename)
           
static List<Coord3d> loadList(String filename)
           
protected static int readNLines(String filename)
           
static Coord3d[] toArray(List<Coord3d> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileDataset

public FileDataset()
Method Detail

loadArray

public static Coord3d[] loadArray(String filename)
                           throws IOException
Throws:
IOException

loadList

public static List<Coord3d> loadList(String filename)
                              throws IOException
Throws:
IOException

readNLines

protected static int readNLines(String filename)
                         throws IOException
Throws:
IOException

toArray

public static Coord3d[] toArray(List<Coord3d> list)