com.TeamHEC.LocomotionCommotion.Train
Class TrainDepotUI.Game_TrainDepotManager

java.lang.Object
  extended by com.TeamHEC.LocomotionCommotion.Train.TrainDepotUI.Game_TrainDepotManager
Enclosing class:
TrainDepotUI

public static class TrainDepotUI.Game_TrainDepotManager
extends java.lang.Object


Field Summary
static SpriteButton game_traindepot_backbtn
           
static Sprite game_traindepot_backdrop
           
static Sprite game_traindepot_title
           
 boolean open
           
static int stageEnd
           
static int stageStart
           
 
Constructor Summary
TrainDepotUI.Game_TrainDepotManager()
           
 
Method Summary
 void create(com.badlogic.gdx.scenes.scene2d.Stage stage)
           
 int getStageEnd()
          Get the end of the stage
 int getStageStart()
          get the start of the stage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

game_traindepot_backdrop

public static Sprite game_traindepot_backdrop

game_traindepot_title

public static Sprite game_traindepot_title

game_traindepot_backbtn

public static SpriteButton game_traindepot_backbtn

open

public boolean open

stageStart

public static int stageStart

stageEnd

public static int stageEnd
Constructor Detail

TrainDepotUI.Game_TrainDepotManager

public TrainDepotUI.Game_TrainDepotManager()
Method Detail

create

public void create(com.badlogic.gdx.scenes.scene2d.Stage stage)

getStageStart

public int getStageStart()
get the start of the stage

Returns:
In stage start

getStageEnd

public int getStageEnd()
Get the end of the stage

Returns:
Int stage end