org.lee.mugen.sprite.background
Class Scaling

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

public class Scaling
extends java.lang.Object


Constructor Summary
Scaling(Stage stage)
           
 
Method Summary
 float getBotscale()
           
 int getBotz()
           
 int getTopscale()
           
 int getTopz()
           
 float getXscale()
           
 float getYscale()
           
 void setBotscale(float botscale)
           
 void setBotz(int botz)
           
 void setTopscale(int topscale)
           
 void setTopz(int topz)
           
 void setXscale(float xscale)
           
 void setYscale(float yscale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scaling

public Scaling(Stage stage)
Method Detail

getBotscale

public float getBotscale()

setBotscale

public void setBotscale(float botscale)

getBotz

public int getBotz()

setBotz

public void setBotz(int botz)

getTopscale

public int getTopscale()

setTopscale

public void setTopscale(int topscale)

getTopz

public int getTopz()

setTopz

public void setTopz(int topz)

getXscale

public float getXscale()

setXscale

public void setXscale(float xscale)

getYscale

public float getYscale()

setYscale

public void setYscale(float yscale)