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 Details

    • writer

      private final Writer writer
  • Constructor Details

    • AbstractMatrixWriterExporter

      public AbstractMatrixWriterExporter(Matrix matrix, Writer writer)
  • Method Details