org.zilonis.tool.ext.aerith.g2d
Class Reflection
java.lang.Object
org.zilonis.tool.ext.aerith.g2d.Reflection
public final class Reflection
- extends java.lang.Object
|
Method Summary |
static java.awt.image.BufferedImage |
createGradientMask(int avatarWidth,
int avatarHeight)
|
static java.awt.image.BufferedImage |
createGradientMask(int avatarWidth,
int avatarHeight,
float opacityStart,
float opacityEnd)
|
static java.awt.image.BufferedImage |
createReflectedPicture(java.awt.image.BufferedImage avatar,
java.awt.image.BufferedImage alphaMask)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reflection
public Reflection()
createReflectedPicture
public static java.awt.image.BufferedImage createReflectedPicture(java.awt.image.BufferedImage avatar,
java.awt.image.BufferedImage alphaMask)
createGradientMask
public static java.awt.image.BufferedImage createGradientMask(int avatarWidth,
int avatarHeight)
createGradientMask
public static java.awt.image.BufferedImage createGradientMask(int avatarWidth,
int avatarHeight,
float opacityStart,
float opacityEnd)