com.TeamHEC.LocomotionCommotion.UI_Elements
Class Game_Shop.ShopHomeScreen.Game_shop_train

java.lang.Object
  extended by com.TeamHEC.LocomotionCommotion.UI_Elements.Game_Shop.ShopHomeScreen.Game_shop_train
Enclosing class:
Game_Shop.ShopHomeScreen

public static class Game_Shop.ShopHomeScreen.Game_shop_train
extends java.lang.Object


Field Summary
 int cost
           
 com.badlogic.gdx.scenes.scene2d.ui.Label costLabel
           
static com.badlogic.gdx.scenes.scene2d.ui.Label goldLabel
           
 int posx
           
 int posy
           
 int quantity
           
static com.badlogic.gdx.scenes.scene2d.ui.Label quantityLabel
           
static com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle style
           
 
Constructor Summary
Game_Shop.ShopHomeScreen.Game_shop_train()
           
 
Method Summary
 java.util.ArrayList<com.badlogic.gdx.scenes.scene2d.Actor> getActors()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quantityLabel

public static com.badlogic.gdx.scenes.scene2d.ui.Label quantityLabel

costLabel

public com.badlogic.gdx.scenes.scene2d.ui.Label costLabel

goldLabel

public static com.badlogic.gdx.scenes.scene2d.ui.Label goldLabel

quantity

public int quantity

cost

public int cost

posx

public int posx

posy

public int posy

style

public static com.badlogic.gdx.scenes.scene2d.ui.Label.LabelStyle style
Constructor Detail

Game_Shop.ShopHomeScreen.Game_shop_train

public Game_Shop.ShopHomeScreen.Game_shop_train()
Method Detail

getActors

public java.util.ArrayList<com.badlogic.gdx.scenes.scene2d.Actor> getActors()