org.broadleafcommerce.openadmin.server.service.artifact.image.effects.chain.filter
Class ImageConverter

java.lang.Object
  extended by org.broadleafcommerce.openadmin.server.service.artifact.image.effects.chain.filter.ImageConverter

public class ImageConverter
extends Object


Constructor Summary
ImageConverter()
           
 
Method Summary
static BufferedImage convertImage(Image original)
           
static BufferedImage getImage(int[] pixels, int width, int height)
           
static int[] getPixels(BufferedImage image)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageConverter

public ImageConverter()
Method Detail

getPixels

public static int[] getPixels(BufferedImage image)

getImage

public static BufferedImage getImage(int[] pixels,
                                     int width,
                                     int height)

convertImage

public static BufferedImage convertImage(Image original)


Copyright © 2013. All Rights Reserved.