com.melloware.jukes.file.image
Class ImageBlender

java.lang.Object
  extended by com.melloware.jukes.file.image.ImageBlender

public final class ImageBlender
extends java.lang.Object

Utility to blend to images together. It overlays one image over another.

Copyright (c) 2006 Melloware, Inc.

Version:
4.0
Author:
Emil A. Lefkof III

Field Summary
static float BLEND_OPAQUE
           
static float BLEND_TRANSPARENT
           
 
Method Summary
static javax.swing.Icon blendIcons(javax.swing.Icon source, javax.swing.Icon destination, float transparency, java.awt.image.ImageObserver imageObserver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BLEND_OPAQUE

public static final float BLEND_OPAQUE
See Also:
Constant Field Values

BLEND_TRANSPARENT

public static final float BLEND_TRANSPARENT
See Also:
Constant Field Values
Method Detail

blendIcons

public static javax.swing.Icon blendIcons(javax.swing.Icon source,
                                          javax.swing.Icon destination,
                                          float transparency,
                                          java.awt.image.ImageObserver imageObserver)


Copyright © 1999-2008 Melloware Inc. All Rights Reserved.