com.mebigfatguy.patchanim.surface
Class CombinedPatch

java.lang.Object
  extended by com.mebigfatguy.patchanim.surface.CombinedPatch
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CombinedPatch
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable

See Also:
Serialized Form

Constructor Summary
CombinedPatch(int order, boolean init)
           
CombinedPatch(PatchCoords redPatch, PatchCoords greenPatch, PatchCoords bluePatch, PatchCoords alphaPatch)
           
 
Method Summary
 java.lang.Object clone()
           
 java.lang.String getName()
           
 PatchCoords getPatch(PatchColor color)
           
 void setName(java.lang.String patchName)
           
 void setPatch(PatchColor color, PatchCoords coords)
           
 java.lang.String toString()
           
static CombinedPatch tween(CombinedPatch startPatch, CombinedPatch endPatch, TweenStyle tweenStyle, double frac)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CombinedPatch

public CombinedPatch(int order,
                     boolean init)

CombinedPatch

public CombinedPatch(PatchCoords redPatch,
                     PatchCoords greenPatch,
                     PatchCoords bluePatch,
                     PatchCoords alphaPatch)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class java.lang.Object

tween

public static CombinedPatch tween(CombinedPatch startPatch,
                                  CombinedPatch endPatch,
                                  TweenStyle tweenStyle,
                                  double frac)

getPatch

public PatchCoords getPatch(PatchColor color)

setPatch

public void setPatch(PatchColor color,
                     PatchCoords coords)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String patchName)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008 MeBigFatGuy.com. All Rights Reserved.