Package org.ujmp.core.export.destination
Class DefaultMatrixClipboardExportDestination
- java.lang.Object
-
- org.ujmp.core.export.destination.AbstractMatrixExportDestination
-
- org.ujmp.core.export.destination.AbstracMatrixClipboardDestination
-
- org.ujmp.core.export.destination.DefaultMatrixClipboardExportDestination
-
- All Implemented Interfaces:
MatrixClipboardExportDestination
,MatrixExportDestination
,MatrixDenseCSVExportFormat
,MatrixExportFormat
,MatrixMatlabScriptExportFormat
,MatrixSQLExportFormat
public class DefaultMatrixClipboardExportDestination extends AbstracMatrixClipboardDestination
-
-
Constructor Summary
Constructors Constructor Description DefaultMatrixClipboardExportDestination(Matrix matrix)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
asDenseCSV()
void
asDenseCSV(char columnSeparator)
void
asDenseCSV(char columnSeparator, char enclosingCharacter)
void
asMatlabScript(java.lang.String variableName)
void
asPLT(java.lang.Object... params)
void
asSQL(DBType db, java.lang.String databaseName, java.lang.String tableName)
void
asXLS()
-
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.destination.MatrixExportDestination
getMatrix
-
-
-
-
Constructor Detail
-
DefaultMatrixClipboardExportDestination
public DefaultMatrixClipboardExportDestination(Matrix matrix)
-
-
Method Detail
-
asXLS
public void asXLS()
-
asPLT
public void asPLT(java.lang.Object... params)
-
asDenseCSV
public void asDenseCSV(char columnSeparator, char enclosingCharacter) throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
public void asDenseCSV(char columnSeparator) throws java.io.IOException
- Throws:
java.io.IOException
-
asDenseCSV
public void asDenseCSV() throws java.io.IOException
- Throws:
java.io.IOException
-
asSQL
public void asSQL(DBType db, java.lang.String databaseName, java.lang.String tableName) throws java.io.IOException
- Throws:
java.io.IOException
-
asMatlabScript
public void asMatlabScript(java.lang.String variableName) throws java.io.IOException
- Throws:
java.io.IOException
-
-