Package org.jzy3d.io.psy4j
Class Psy4jIO
- java.lang.Object
-
- org.jzy3d.io.psy4j.Psy4jIO
-
public class Psy4jIO extends Object
-
-
Constructor Summary
Constructors Constructor Description Psy4jIO()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
cleanPatient(String original)
protected Set<String>
getColumnStrings(ExcelBuilder b, int column)
protected Set<String>
getLineStrings(ExcelBuilder b, int line)
void
load(String path)
static void
main(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args) throws IOException
- Throws:
IOException
-
load
public void load(String path) throws IOException
- Throws:
IOException
-
getLineStrings
protected Set<String> getLineStrings(ExcelBuilder b, int line)
-
getColumnStrings
protected Set<String> getColumnStrings(ExcelBuilder b, int column)
-
-