Uses of Interface
org.ujmp.core.importer.format.MatrixImportFormat
-
Packages that use MatrixImportFormat Package Description org.ujmp.core.importer org.ujmp.core.importer.format org.ujmp.core.importer.source -
-
Uses of MatrixImportFormat in org.ujmp.core.importer
Classes in org.ujmp.core.importer that implement MatrixImportFormat Modifier and Type Class Description class
DefaultMatrixFileImporter
-
Uses of MatrixImportFormat in org.ujmp.core.importer.format
Subinterfaces of MatrixImportFormat in org.ujmp.core.importer.format Modifier and Type Interface Description interface
MatrixBMPImportFormat
interface
MatrixDenseCSVImportFormat
interface
MatrixGIFImportFormat
interface
MatrixJPGImportFormat
interface
MatrixPDFImportFormat
interface
MatrixPNGImportFormat
interface
MatrixTIFFImportFormat
-
Uses of MatrixImportFormat in org.ujmp.core.importer.source
Subinterfaces of MatrixImportFormat in org.ujmp.core.importer.source Modifier and Type Interface Description interface
MatrixByteArrayImportSource
interface
MatrixClipboardImportSource
interface
MatrixFileImportSource
interface
MatrixReaderImportSource
interface
MatrixStreamImportSource
interface
MatrixStringImportSource
interface
MatrixURLImportSource
Classes in org.ujmp.core.importer.source that implement MatrixImportFormat Modifier and Type Class Description class
AbstractMatrixByteArrayImportSource
class
AbstractMatrixFileImportSource
class
AbstractMatrixReaderImportSource
class
AbstractMatrixStreamImportSource
class
AbstractMatrixStringImportSource
class
AbstractMatrixURLImportSource
class
DefaultMatrixByteArrayImportSource
class
DefaultMatrixClipboardImportSource
class
DefaultMatrixFileImportSource
class
DefaultMatrixReaderImportSource
class
DefaultMatrixStreamImportSource
class
DefaultMatrixStringImportSource
class
DefaultMatrixUrlImportSource
-