Package mgui.io
Class DataFileInterface
java.lang.Object
mgui.io.DataFileInterface
- Direct Known Subclasses:
SVGFileInterface
,VolumeFileInterface
@Deprecated
public class DataFileInterface
extends java.lang.Object
Deprecated.
Use FileLoader and FileWriter classes
- Author:
- AndrewR
-
Field Summary
Fields Modifier and Type Field Description java.io.File
inputFile
Deprecated.java.io.File
outputFile
Deprecated. -
Constructor Summary
Constructors Constructor Description DataFileInterface()
Deprecated. -
Method Summary
Modifier and Type Method Description void
setInputFile(java.lang.String pathName)
Deprecated.void
setOutputFile(java.lang.String pathName)
Deprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
inputFile
public java.io.File inputFileDeprecated. -
outputFile
public java.io.File outputFileDeprecated.
-
-
Constructor Details
-
DataFileInterface
public DataFileInterface()Deprecated.
-
-
Method Details
-
setInputFile
public void setInputFile(java.lang.String pathName)Deprecated. -
setOutputFile
public void setOutputFile(java.lang.String pathName)Deprecated.
-