Uses of Interface
org.ujmp.core.export.format.MatrixExportFormat
-
Packages that use MatrixExportFormat Package Description org.ujmp.core.export.destination org.ujmp.core.export.exporter org.ujmp.core.export.format -
-
Uses of MatrixExportFormat in org.ujmp.core.export.destination
Subinterfaces of MatrixExportFormat in org.ujmp.core.export.destination Modifier and Type Interface Description interface
MatrixByteArrayExportDestination
interface
MatrixClipboardExportDestination
interface
MatrixFileExportDestination
interface
MatrixStreamExportDestination
interface
MatrixStringExportDestination
interface
MatrixWriterExportDestination
Classes in org.ujmp.core.export.destination that implement MatrixExportFormat Modifier and Type Class Description class
AbstracMatrixClipboardDestination
class
AbstractMatrixByteArrayExportDestination
class
AbstractMatrixFileExportDestination
class
AbstractMatrixStreamExportDestination
class
AbstractMatrixStringExportDestination
class
AbstractMatrixWriterExportDestination
class
DefaultMatrixByteArrayExportDestination
class
DefaultMatrixClipboardExportDestination
class
DefaultMatrixFileExportDestination
class
DefaultMatrixStreamExportDestination
class
DefaultMatrixStringExportDestination
class
DefaultMatrixWriterExportDestination
-
Uses of MatrixExportFormat in org.ujmp.core.export.exporter
Classes in org.ujmp.core.export.exporter that implement MatrixExportFormat Modifier and Type Class Description class
DefaultMatrixWriterCSVExporter
class
DefaultMatrixWriterHtmlExporter
class
DefaultMatrixWriterLatexExporter
class
DefaultMatrixWriterMatlabScriptExporter
class
DefaultMatrixWriterRScriptExporter
class
DefaultMatrixWriterSQLExporter
-
Uses of MatrixExportFormat in org.ujmp.core.export.format
Subinterfaces of MatrixExportFormat in org.ujmp.core.export.format Modifier and Type Interface Description interface
MatrixDenseCSVByteArrayExportFormat
interface
MatrixDenseCSVExportFormat
interface
MatrixDenseCSVStringExportFormat
interface
MatrixHtmlExportFormat
interface
MatrixHtmlStringExportFormat
interface
MatrixLatexExportFormat
interface
MatrixLatexStringExportFormat
interface
MatrixMatlabScriptExportFormat
interface
MatrixMatlabScriptStringExportFormat
interface
MatrixPLTExportFormat
interface
MatrixRScriptExportFormat
interface
MatrixRScriptStringExportFormat
interface
MatrixSQLExportFormat
interface
MatrixSQLStringExportFormat
interface
MatrixXLSExportFormat
-