com.melloware.jukes.file.image
Class ImageBlender
java.lang.Object
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
|
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 |
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
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.