Package org.ujmp.core.importer.source
Class AbstractMatrixURLImportSource
- java.lang.Object
-
- org.ujmp.core.importer.source.AbstractMatrixImportSource
-
- org.ujmp.core.importer.source.AbstractMatrixURLImportSource
-
- All Implemented Interfaces:
MatrixBMPImportFormat
,MatrixDenseCSVImportFormat
,MatrixGIFImportFormat
,MatrixImportFormat
,MatrixJPGImportFormat
,MatrixPDFImportFormat
,MatrixPNGImportFormat
,MatrixTIFFImportFormat
,MatrixImportSource
,MatrixURLImportSource
- Direct Known Subclasses:
DefaultMatrixUrlImportSource
public abstract class AbstractMatrixURLImportSource extends AbstractMatrixImportSource implements MatrixURLImportSource
-
-
Field Summary
Fields Modifier and Type Field Description private java.net.URL
url
-
Constructor Summary
Constructors Constructor Description AbstractMatrixURLImportSource(Matrix matrix, java.net.URL url)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URL
getURL()
-
Methods inherited from class org.ujmp.core.importer.source.AbstractMatrixImportSource
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.format.MatrixBMPImportFormat
asBMP
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixDenseCSVImportFormat
asDenseCSV, asDenseCSV, asDenseCSV
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixGIFImportFormat
asGIF
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixJPGImportFormat
asJPG
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixPDFImportFormat
asPDF
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixPNGImportFormat
asPNG
-
Methods inherited from interface org.ujmp.core.importer.format.MatrixTIFFImportFormat
asTIFF
-
-
-
-
Constructor Detail
-
AbstractMatrixURLImportSource
public AbstractMatrixURLImportSource(Matrix matrix, java.net.URL url)
-
-
Method Detail
-
getURL
public java.net.URL getURL()
- Specified by:
getURL
in interfaceMatrixURLImportSource
-
-