Package org.ujmp.core.export.destination
Class AbstracMatrixClipboardDestination
- java.lang.Object
-
- org.ujmp.core.export.destination.AbstractMatrixExportDestination
-
- org.ujmp.core.export.destination.AbstracMatrixClipboardDestination
-
- All Implemented Interfaces:
MatrixClipboardExportDestination
,MatrixExportDestination
,MatrixDenseCSVExportFormat
,MatrixExportFormat
,MatrixMatlabScriptExportFormat
,MatrixSQLExportFormat
- Direct Known Subclasses:
DefaultMatrixClipboardExportDestination
public abstract class AbstracMatrixClipboardDestination extends AbstractMatrixExportDestination implements MatrixClipboardExportDestination
-
-
Constructor Summary
Constructors Constructor Description AbstracMatrixClipboardDestination(Matrix matrix)
-
Method Summary
-
Methods inherited from class org.ujmp.core.export.destination.AbstractMatrixExportDestination
getMatrix
-
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.export.format.MatrixDenseCSVExportFormat
asDenseCSV, asDenseCSV, asDenseCSV
-
Methods inherited from interface org.ujmp.core.export.destination.MatrixExportDestination
getMatrix
-
Methods inherited from interface org.ujmp.core.export.format.MatrixMatlabScriptExportFormat
asMatlabScript
-
Methods inherited from interface org.ujmp.core.export.format.MatrixSQLExportFormat
asSQL
-
-
-
-
Constructor Detail
-
AbstracMatrixClipboardDestination
public AbstracMatrixClipboardDestination(Matrix matrix)
-
-