org.ujmp.pdfbox
Class ImportMatrixPDF

java.lang.Object
  extended by org.ujmp.pdfbox.ImportMatrixPDF

public abstract class ImportMatrixPDF
extends Object


Constructor Summary
ImportMatrixPDF()
           
 
Method Summary
static Matrix fromFile(File file, Object... parameters)
           
static Matrix fromStream(InputStream inputStream, Object... parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportMatrixPDF

public ImportMatrixPDF()
Method Detail

fromFile

public static final Matrix fromFile(File file,
                                    Object... parameters)
                             throws MatrixException,
                                    IOException
Throws:
MatrixException
IOException

fromStream

public static final Matrix fromStream(InputStream inputStream,
                                      Object... parameters)
                               throws IOException,
                                      MatrixException
Throws:
IOException
MatrixException


Copyright © 2010. All Rights Reserved.