Package org.ujmp.core.export.destination
Class DefaultMatrixStringExportDestination
java.lang.Object
org.ujmp.core.export.destination.AbstractMatrixExportDestination
org.ujmp.core.export.destination.AbstractMatrixStringExportDestination
org.ujmp.core.export.destination.DefaultMatrixStringExportDestination
- All Implemented Interfaces:
MatrixExportDestination
,MatrixStringExportDestination
,MatrixDenseCSVStringExportFormat
,MatrixExportFormat
,MatrixHtmlStringExportFormat
,MatrixLatexStringExportFormat
,MatrixMatlabScriptStringExportFormat
,MatrixRScriptStringExportFormat
,MatrixSQLStringExportFormat
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasDenseCSV
(char columnSeparator) asDenseCSV
(char columnSeparator, char enclosingCharacter) asHtml()
asLatex()
asMatlabScript
(String variableName) 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
-
DefaultMatrixStringExportDestination
-
-
Method Details
-
asDenseCSV
- Throws:
IOException
-
asDenseCSV
- Throws:
IOException
-
asDenseCSV
- Throws:
IOException
-
asSQL
- Throws:
IOException
-
asMatlabScript
- Throws:
IOException
-
asRScript
- Throws:
IOException
-
asLatex
- Throws:
IOException
-
asHtml
- Throws:
IOException
-