Package org.ujmp.core.importer
Class DefaultMatrixFileImporter
java.lang.Object
org.ujmp.core.importer.AbstractMatrixImporter
org.ujmp.core.importer.AbstractMatrixFileImporter
org.ujmp.core.importer.DefaultMatrixFileImporter
- All Implemented Interfaces:
MatrixBMPImportFormat
,MatrixDenseCSVImportFormat
,MatrixGIFImportFormat
,MatrixImportFormat
,MatrixJPGImportFormat
,MatrixPDFImportFormat
,MatrixPNGImportFormat
,MatrixTIFFImportFormat
,MatrixFileImporter
,MatrixImporter
public class DefaultMatrixFileImporter
extends AbstractMatrixFileImporter
implements MatrixJPGImportFormat, MatrixPNGImportFormat, MatrixBMPImportFormat, MatrixGIFImportFormat, MatrixTIFFImportFormat, MatrixDenseCSVImportFormat, MatrixPDFImportFormat
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ujmp.core.importer.AbstractMatrixFileImporter
getFile
Methods inherited from class org.ujmp.core.importer.AbstractMatrixImporter
getTargetMatrix
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.ujmp.core.importer.MatrixImporter
getTargetMatrix
-
Constructor Details
-
DefaultMatrixFileImporter
-
-
Method Details
-
asJPG
- Specified by:
asJPG
in interfaceMatrixJPGImportFormat
- Throws:
IOException
-
asGIF
- Specified by:
asGIF
in interfaceMatrixGIFImportFormat
- Throws:
IOException
-
asTIFF
- Specified by:
asTIFF
in interfaceMatrixTIFFImportFormat
- Throws:
IOException
-
asBMP
- Specified by:
asBMP
in interfaceMatrixBMPImportFormat
- Throws:
IOException
-
asPNG
- Specified by:
asPNG
in interfaceMatrixPNGImportFormat
- Throws:
IOException
-
asDenseCSV
- Specified by:
asDenseCSV
in interfaceMatrixDenseCSVImportFormat
- Throws:
IOException
-
asDenseCSV
- Specified by:
asDenseCSV
in interfaceMatrixDenseCSVImportFormat
- Throws:
IOException
-
asDenseCSV
- Specified by:
asDenseCSV
in interfaceMatrixDenseCSVImportFormat
- Throws:
IOException
-
asPDF
- Specified by:
asPDF
in interfaceMatrixPDFImportFormat
- Throws:
IOException
-