efficom.runningjoe.core
Class GraphicItemInfos

java.lang.Object
  extended by efficom.runningjoe.core.GraphicItemInfos

public class GraphicItemInfos
extends java.lang.Object


Constructor Summary
GraphicItemInfos(java.lang.String name, com.badlogic.gdx.graphics.g2d.Sprite sprite)
           
 
Method Summary
 com.badlogic.gdx.graphics.g2d.Sprite getSprite()
           
 com.badlogic.gdx.graphics.Texture getTexture()
           
 void setSprite(com.badlogic.gdx.graphics.g2d.Sprite sprite)
           
 void setTexture(com.badlogic.gdx.graphics.Texture texture)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicItemInfos

public GraphicItemInfos(java.lang.String name,
                        com.badlogic.gdx.graphics.g2d.Sprite sprite)
Method Detail

getTexture

public com.badlogic.gdx.graphics.Texture getTexture()

setTexture

public void setTexture(com.badlogic.gdx.graphics.Texture texture)

getSprite

public com.badlogic.gdx.graphics.g2d.Sprite getSprite()

setSprite

public void setSprite(com.badlogic.gdx.graphics.g2d.Sprite sprite)