com.mebigfatguy.patchanim.surface
Class PatchGenerator

java.lang.Object
  extended by com.mebigfatguy.patchanim.surface.PatchGenerator

public class PatchGenerator
extends java.lang.Object


Method Summary
static void buildCoefficients(double t, double[] coeffs)
           
static java.awt.image.BufferedImage buildImage(java.awt.Color color, boolean useAlpha, int sampleSizeX, int sampleSizeY)
           
static void recalcCombinedImage(CombinedPatch patch, java.awt.image.BufferedImage image, OutOfBoundsColor oob)
           
static void recalcIndexedImage(PatchColor color, CombinedPatch patch, java.awt.image.BufferedImage image, OutOfBoundsColor oob)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

recalcCombinedImage

public static void recalcCombinedImage(CombinedPatch patch,
                                       java.awt.image.BufferedImage image,
                                       OutOfBoundsColor oob)

recalcIndexedImage

public static void recalcIndexedImage(PatchColor color,
                                      CombinedPatch patch,
                                      java.awt.image.BufferedImage image,
                                      OutOfBoundsColor oob)

buildImage

public static java.awt.image.BufferedImage buildImage(java.awt.Color color,
                                                      boolean useAlpha,
                                                      int sampleSizeX,
                                                      int sampleSizeY)

buildCoefficients

public static void buildCoefficients(double t,
                                     double[] coeffs)


Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.