org.lee.mugen.sprite.background
Class StageInfo

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

public class StageInfo
extends java.lang.Object


Constructor Summary
StageInfo(Stage stage)
           
 
Method Summary
 int getAutoturn()
           
 int getResetbg()
           
 int getZoffset()
           
 void setAutoturn(int autoturn)
           
 void setResetbg(int resetbg)
           
 void setZoffset(int zoffset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StageInfo

public StageInfo(Stage stage)
Method Detail

getAutoturn

public int getAutoturn()

setAutoturn

public void setAutoturn(int autoturn)

getResetbg

public int getResetbg()

setResetbg

public void setResetbg(int resetbg)

getZoffset

public int getZoffset()

setZoffset

public void setZoffset(int zoffset)