Package org.ujmp.core.export.exporter
Class AbstractMatrixWriterExporter
- java.lang.Object
-
- org.ujmp.core.export.exporter.AbstractMatrixExporter
-
- org.ujmp.core.export.exporter.AbstractMatrixWriterExporter
-
- All Implemented Interfaces:
MatrixExporter
,MatrixWriterExporter
- Direct Known Subclasses:
DefaultMatrixWriterCSVExporter
,DefaultMatrixWriterHtmlExporter
,DefaultMatrixWriterLatexExporter
,DefaultMatrixWriterMatlabScriptExporter
,DefaultMatrixWriterRScriptExporter
,DefaultMatrixWriterSQLExporter
public abstract class AbstractMatrixWriterExporter extends AbstractMatrixExporter implements MatrixWriterExporter
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.Writer
writer
-
Constructor Summary
Constructors Constructor Description AbstractMatrixWriterExporter(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.exporter.AbstractMatrixExporter
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.exporter.MatrixExporter
getMatrix
-
-
-
-
Constructor Detail
-
AbstractMatrixWriterExporter
public AbstractMatrixWriterExporter(Matrix matrix, java.io.Writer writer)
-
-
Method Detail
-
getWriter
public final java.io.Writer getWriter()
- Specified by:
getWriter
in interfaceMatrixWriterExporter
-
-