com.threerings.media.image
Interface ImageUtil.ImageCreator

All Known Implementing Classes:
ClientImageManager, ImageManager
Enclosing class:
ImageUtil

public static interface ImageUtil.ImageCreator


Method Summary
 BufferedImage createImage(int width, int height, int transparency)
          Used by routines that need to create new images to allow the caller to dictate the format (which may mean using createCompatibleImage).
 

Method Detail

createImage

BufferedImage createImage(int width,
                          int height,
                          int transparency)
Used by routines that need to create new images to allow the caller to dictate the format (which may mean using createCompatibleImage).