org.lee.mugen.sprite.entity
Class Shake

java.lang.Object
  extended by org.lee.mugen.sprite.entity.Shake
All Implemented Interfaces:
java.lang.Cloneable

public class Shake
extends java.lang.Object
implements java.lang.Cloneable


Constructor Summary
Shake()
           
 
Method Summary
 void addTime(int i)
           
 java.lang.Object clone()
           
 int getAmpl()
           
 float getFreq()
           
 float getPhase()
           
 int getTime()
           
 void setAmpl(int ampl)
           
 void setFreq(float freq)
           
 void setPhase(float phase)
           
 void setTime(int time)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shake

public Shake()
Method Detail

clone

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

getAmpl

public int getAmpl()

setAmpl

public void setAmpl(int ampl)

getFreq

public float getFreq()

setFreq

public void setFreq(float freq)

getPhase

public float getPhase()

setPhase

public void setPhase(float phase)

getTime

public int getTime()

setTime

public void setTime(int time)

addTime

public void addTime(int i)