com.partnersoft.v3x.gui
Class ImageLib

java.lang.Object
  extended by com.partnersoft.v3x.gui.ImageLib

public class ImageLib
extends java.lang.Object

An image manipulation library class.


Constructor Summary
ImageLib()
           
 
Method Summary
static java.awt.Image haloImage(java.awt.Image source)
           
static java.awt.Image rotateSquareImage(java.awt.Image source, int quarters)
          Rotates an image precisely to a cardinal direction (multiple of ninety degrees) and returns a result.
static void setHaloColor(java.awt.Color color)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageLib

public ImageLib()
Method Detail

setHaloColor

public static void setHaloColor(java.awt.Color color)

haloImage

public static java.awt.Image haloImage(java.awt.Image source)

rotateSquareImage

public static java.awt.Image rotateSquareImage(java.awt.Image source,
                                               int quarters)
Rotates an image precisely to a cardinal direction (multiple of ninety degrees) and returns a result.