Package org.jzy3d.io.xls.monitor
Class MonitorXLS
- java.lang.Object
-
- org.jzy3d.monitor.Monitor
-
- org.jzy3d.io.xls.monitor.MonitorXLS
-
public class MonitorXLS extends Monitor
-
-
Field Summary
-
Fields inherited from class org.jzy3d.monitor.Monitor
observations
-
-
Constructor Summary
Constructors Constructor Description MonitorXLS()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dump(File file)
void
load(File file)
-
Methods inherited from class org.jzy3d.monitor.Monitor
add, dump, getObservations, load
-
-
-
-
Method Detail
-
load
public void load(File file) throws IOException
- Specified by:
load
in classMonitor
- Throws:
IOException
-
dump
public void dump(File file) throws IOException
- Specified by:
dump
in classMonitor
- Throws:
IOException
-
-