org.globus.cog.gui.grapheditor.util.graphics
Class ImageProcessor

java.lang.Object
  extended byorg.globus.cog.gui.grapheditor.util.graphics.ImageProcessor

public class ImageProcessor
extends Object


Constructor Summary
ImageProcessor()
           
 
Method Summary
static Image adjustHSV(Image source, double dh, double ds, double dv)
           
static Image compose(Image i1, Image i2)
           
static Image desaturate(Image source, double amount)
           
static Image highlight(Image source, double amount)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageProcessor

public ImageProcessor()
Method Detail

desaturate

public static Image desaturate(Image source,
                               double amount)

highlight

public static Image highlight(Image source,
                              double amount)

adjustHSV

public static Image adjustHSV(Image source,
                              double dh,
                              double ds,
                              double dv)

compose

public static Image compose(Image i1,
                            Image i2)