com.mebigfatguy.patchanim.surface
Class CombinedPatch
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CombinedPatch
public CombinedPatch(int order,
boolean init)
CombinedPatch
public CombinedPatch(PatchCoords redPatch,
PatchCoords greenPatch,
PatchCoords bluePatch,
PatchCoords alphaPatch)
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.