Package org.ujmp.core.export.destination
Class AbstractMatrixWriterExportDestination
- java.lang.Object
-
- org.ujmp.core.export.destination.AbstractMatrixExportDestination
-
- org.ujmp.core.export.destination.AbstractMatrixWriterExportDestination
-
- All Implemented Interfaces:
MatrixExportDestination
,MatrixWriterExportDestination
,MatrixDenseCSVExportFormat
,MatrixExportFormat
,MatrixLatexExportFormat
,MatrixMatlabScriptExportFormat
,MatrixRScriptExportFormat
,MatrixSQLExportFormat
- Direct Known Subclasses:
DefaultMatrixWriterExportDestination
public abstract class AbstractMatrixWriterExportDestination extends AbstractMatrixExportDestination implements MatrixWriterExportDestination
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.Writer
writer
-
Constructor Summary
Constructors Constructor Description AbstractMatrixWriterExportDestination(Matrix matrix, java.io.Writer writer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.Writer
getWriter()
-
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.MatrixLatexExportFormat
asLatex
-
Methods inherited from interface org.ujmp.core.export.format.MatrixMatlabScriptExportFormat
asMatlabScript
-
Methods inherited from interface org.ujmp.core.export.format.MatrixRScriptExportFormat
asRScript
-
Methods inherited from interface org.ujmp.core.export.format.MatrixSQLExportFormat
asSQL
-
-
-
-
Constructor Detail
-
AbstractMatrixWriterExportDestination
public AbstractMatrixWriterExportDestination(Matrix matrix, java.io.Writer writer)
-
-