Documentation of 'org.neuroph.imgrec.image.ImageFactory' Java class
ImageFactory
org.neuroph.imgrec.image

Class ImageFactory



  • public class ImageFactory
    extends java.lang.Object
    This class creates image instances depending on the run-time platform: ImageJ2SE - for J2SE ImageAndroid - for Android
    • Constructor Summary

      Constructors 
      Constructor and Description
      ImageFactory() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static Image createImage(java.lang.Integer width, java.lang.Integer height, java.lang.Integer imageType) 
      static Image getImage(java.io.File imageFile) 
      static Image getImage(java.lang.String filePath) 
      static Image getImage(java.net.URL imageUrl) 
      • Methods inherited from class java.lang.Object

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

      • ImageFactory

        public ImageFactory()
    • Method Detail

      • createImage

        public static Image createImage(java.lang.Integer width,
                                        java.lang.Integer height,
                                        java.lang.Integer imageType)
      • getImage

        public static Image getImage(java.net.URL imageUrl)
      • getImage

        public static Image getImage(java.io.File imageFile)
      • getImage

        public static Image getImage(java.lang.String filePath)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.