Interface MatrixExporter

All Known Subinterfaces:
MatrixByteArrayExporter, MatrixClipboardExporter, MatrixFileExporter, MatrixStreamExporter, MatrixStringExporter, MatrixWriterExporter
All Known Implementing Classes:
AbstractMatrixExporter, AbstractMatrixWriterExporter, DefaultMatrixWriterCSVExporter, DefaultMatrixWriterHtmlExporter, DefaultMatrixWriterLatexExporter, DefaultMatrixWriterMatlabScriptExporter, DefaultMatrixWriterRScriptExporter, DefaultMatrixWriterSQLExporter

public interface MatrixExporter
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getMatrix

      Matrix getMatrix()