Package org.ujmp.core.export.destination
Class DefaultMatrixFileExportDestination
java.lang.Object
org.ujmp.core.export.destination.AbstractMatrixExportDestination
org.ujmp.core.export.destination.AbstractMatrixFileExportDestination
org.ujmp.core.export.destination.DefaultMatrixFileExportDestination
- All Implemented Interfaces:
MatrixExportDestination
,MatrixFileExportDestination
,MatrixDenseCSVExportFormat
,MatrixExportFormat
,MatrixLatexExportFormat
,MatrixMatlabScriptExportFormat
,MatrixPLTExportFormat
,MatrixRScriptExportFormat
,MatrixSQLExportFormat
,MatrixXLSExportFormat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
asDenseCSV
(char columnSeparator) void
asDenseCSV
(char columnSeparator, char enclosingCharacter) void
asLatex()
void
asMatlabScript
(String variableName) void
void
void
void
asXLS()
Methods inherited from class org.ujmp.core.export.destination.AbstractMatrixFileExportDestination
getFile
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 Details
-
DefaultMatrixFileExportDestination
-
-
Method Details
-
asDenseCSV
- Throws:
IOException
-
asDenseCSV
- Throws:
IOException
-
asDenseCSV
- Throws:
IOException
-
asSQL
- Throws:
IOException
-
asMatlabScript
- Throws:
IOException
-
asRScript
- Throws:
IOException
-
asLatex
- Throws:
IOException
-
asXLS
- Throws:
IOException
-
asPLT
- Throws:
IOException
-