org.zilonis.tool.ext.aerith.g2d
Class Reflection

java.lang.Object
  extended by org.zilonis.tool.ext.aerith.g2d.Reflection

public final class Reflection
extends java.lang.Object


Constructor Summary
Reflection()
           
 
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
 

Constructor Detail

Reflection

public Reflection()
Method Detail

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)