com.melloware.jukes.file.image
Class ImageBlender

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

public final class ImageBlender
extends 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 Icon blendIcons(Icon source, Icon destination, float transparency, 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 Icon blendIcons(Icon source,
                              Icon destination,
                              float transparency,
                              ImageObserver imageObserver)


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