org.lee.mugen.sprite.background
Class Camera

java.lang.Object
  extended by org.lee.mugen.sprite.background.Camera

public class Camera
extends java.lang.Object


Constructor Summary
Camera(Stage stage)
           
 
Method Summary
 void addX(int i)
           
 void addY(int i)
           
 int getBoundhigh()
           
 int getBoundleft()
           
 int getBoundlow()
           
 int getBoundright()
           
 Shake getEnvShake()
           
 int getFloortension()
           
 int getHeight()
           
 int getStartx()
           
 int getStarty()
           
 int getTension()
           
 float getVerticalfollow()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setBoundhigh(int boundhigh)
           
 void setBoundleft(int boundleft)
           
 void setBoundlow(int boundlow)
           
 void setBoundright(int boundright)
           
 void setEnvShake(Shake envShake)
           
 void setFloortension(int floortension)
           
 void setHeight(int height)
           
 void setStartx(int startx)
           
 void setStarty(int starty)
           
 void setTension(int tension)
           
 void setVerticalfollow(float verticalfollow)
           
 void setWidth(int width)
           
 void setX(int x)
           
 void setY(int y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Camera

public Camera(Stage stage)
Method Detail

getBoundhigh

public int getBoundhigh()

setBoundhigh

public void setBoundhigh(int boundhigh)

getBoundleft

public int getBoundleft()

setBoundleft

public void setBoundleft(int boundleft)

getBoundlow

public int getBoundlow()

setBoundlow

public void setBoundlow(int boundlow)

getBoundright

public int getBoundright()

setBoundright

public void setBoundright(int boundright)

getFloortension

public int getFloortension()

setFloortension

public void setFloortension(int floortension)

getStartx

public int getStartx()

setStartx

public void setStartx(int startx)

getStarty

public int getStarty()

setStarty

public void setStarty(int starty)

getTension

public int getTension()

setTension

public void setTension(int tension)

getVerticalfollow

public float getVerticalfollow()

setVerticalfollow

public void setVerticalfollow(float verticalfollow)

getX

public int getX()

setX

public void setX(int x)

getY

public int getY()

setY

public void setY(int y)

addX

public void addX(int i)

addY

public void addY(int i)

getEnvShake

public Shake getEnvShake()

setEnvShake

public void setEnvShake(Shake envShake)

getHeight

public int getHeight()

setHeight

public void setHeight(int height)

getWidth

public int getWidth()

setWidth

public void setWidth(int width)