org.ujmp.core.io
Class ImportMatrixPNG

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

public abstract class ImportMatrixPNG
extends Object


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

Constructor Detail

ImportMatrixPNG

public ImportMatrixPNG()
Method Detail

fromFile

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

fromStream

public static Matrix fromStream(InputStream stream,
                                Object... parameters)
                         throws IOException
Throws:
IOException


Copyright © 2010. All Rights Reserved.