org.ujmp.core.io
Class ExportMatrixHTML

java.lang.Object
  extended by org.ujmp.core.io.ExportMatrixHTML

public class ExportMatrixHTML
extends Object


Constructor Summary
ExportMatrixHTML()
           
 
Method Summary
static void toFile(File file, Matrix matrix, Object... parameters)
           
static void toStream(OutputStream outputStream, Matrix matrix, Object... parameters)
           
static void toWriter(Writer out, Matrix m, Object... parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExportMatrixHTML

public ExportMatrixHTML()
Method Detail

toFile

public static void toFile(File file,
                          Matrix matrix,
                          Object... parameters)
                   throws IOException,
                          MatrixException
Throws:
IOException
MatrixException

toStream

public static void toStream(OutputStream outputStream,
                            Matrix matrix,
                            Object... parameters)
                     throws IOException,
                            MatrixException
Throws:
IOException
MatrixException

toWriter

public static void toWriter(Writer out,
                            Matrix m,
                            Object... parameters)
                     throws IOException,
                            MatrixException
Throws:
IOException
MatrixException


Copyright © 2010. All Rights Reserved.