org.apache.sanselan.common
Interface IBufferedImageFactory

All Known Implementing Classes:
RgbBufferedImageFactory, SimpleBufferedImageFactory

public interface IBufferedImageFactory


Method Summary
 java.awt.image.BufferedImage getColorBufferedImage(int width, int height, boolean hasAlpha)
           
 java.awt.image.BufferedImage getGrayscaleBufferedImage(int width, int height, boolean hasAlpha)
           
 

Method Detail

getColorBufferedImage

java.awt.image.BufferedImage getColorBufferedImage(int width,
                                                   int height,
                                                   boolean hasAlpha)

getGrayscaleBufferedImage

java.awt.image.BufferedImage getGrayscaleBufferedImage(int width,
                                                       int height,
                                                       boolean hasAlpha)


Copyright © 2007-2009. All Rights Reserved.