cc.glsn
Class ImageOps

java.lang.Object
  extended by cc.glsn.ImageOps

public class ImageOps
extends Object


Constructor Summary
ImageOps()
           
 
Method Summary
static BufferedImage expand(BufferedImage Src, int Ratio)
           
static BufferedImage rotate(BufferedImage Src, double Angle)
           
static BufferedImage rotate(BufferedImage Src, Point Origin, double Angle, Color Background)
           
static BufferedImage shrink(BufferedImage Src, int Ratio)
           
static BufferedImage shrink(BufferedImage Src, int Ratio, Color Background)
           
static BufferedImage superRotate(BufferedImage Src, double Angle)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageOps

public ImageOps()
Method Detail

superRotate

public static BufferedImage superRotate(BufferedImage Src,
                                        double Angle)

rotate

public static BufferedImage rotate(BufferedImage Src,
                                   double Angle)

rotate

public static BufferedImage rotate(BufferedImage Src,
                                   Point Origin,
                                   double Angle,
                                   Color Background)

expand

public static BufferedImage expand(BufferedImage Src,
                                   int Ratio)

shrink

public static BufferedImage shrink(BufferedImage Src,
                                   int Ratio)

shrink

public static BufferedImage shrink(BufferedImage Src,
                                   int Ratio,
                                   Color Background)