fr.umlv.lovmi.image
Class ImageFactory

java.lang.Object
  extended by fr.umlv.lovmi.image.ImageFactory

public class ImageFactory
extends java.lang.Object

Author:
hamster TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ImageFactory()
           
 
Method Summary
static Image createEmptyImage(int h, int w, fr.umlv.lovmi.types.ImageType type)
           
static Image createImage(java.lang.String[] nameFiles, int h, int w, fr.umlv.lovmi.types.ImageType type)
           
static void setNewLoadindAnimation(fr.umlv.lovmi.gui.frames.LoaderAnimation animation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageFactory

public ImageFactory()
Method Detail

setNewLoadindAnimation

public static void setNewLoadindAnimation(fr.umlv.lovmi.gui.frames.LoaderAnimation animation)

createImage

public static Image createImage(java.lang.String[] nameFiles,
                                int h,
                                int w,
                                fr.umlv.lovmi.types.ImageType type)

createEmptyImage

public static Image createEmptyImage(int h,
                                     int w,
                                     fr.umlv.lovmi.types.ImageType type)