Class ImportMatrixJPG


  • public abstract class ImportMatrixJPG
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ImportMatrixJPG()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Matrix fromFile​(java.io.File file, java.lang.Object... parameters)  
      static Matrix fromStream​(java.io.InputStream stream, java.lang.Object... parameters)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImportMatrixJPG

        public ImportMatrixJPG()
    • Method Detail

      • fromFile

        public static Matrix fromFile​(java.io.File file,
                                      java.lang.Object... parameters)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • fromStream

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