org.apache.sanselan.common
Class SimpleBufferedImageFactory

java.lang.Object
  extended by org.apache.sanselan.common.SimpleBufferedImageFactory
All Implemented Interfaces:
IBufferedImageFactory

public class SimpleBufferedImageFactory
extends java.lang.Object
implements IBufferedImageFactory


Constructor Summary
SimpleBufferedImageFactory()
           
 
Method Summary
 java.awt.image.BufferedImage getColorBufferedImage(int width, int height, boolean hasAlpha)
           
 java.awt.image.BufferedImage getGrayscaleBufferedImage(int width, int height, boolean hasAlpha)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleBufferedImageFactory

public SimpleBufferedImageFactory()
Method Detail

getColorBufferedImage

public java.awt.image.BufferedImage getColorBufferedImage(int width,
                                                          int height,
                                                          boolean hasAlpha)
Specified by:
getColorBufferedImage in interface IBufferedImageFactory

getGrayscaleBufferedImage

public java.awt.image.BufferedImage getGrayscaleBufferedImage(int width,
                                                              int height,
                                                              boolean hasAlpha)
Specified by:
getGrayscaleBufferedImage in interface IBufferedImageFactory


Copyright © 2007-2009. All Rights Reserved.