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

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

public static class Game_Shop.ShopHomeScreen.Game_shop_card
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
           
static int posx
           
static int posy
           
 int quantity
           
 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_card()
           
 
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 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 static int posx

posy

public static int posy

style

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

Game_Shop.ShopHomeScreen.Game_shop_card

public Game_Shop.ShopHomeScreen.Game_shop_card()
Method Detail

getActors

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