Package com.prineside.tdi2.ui.components
Class DraggingItemHelper
java.lang.Object
com.prineside.tdi2.ui.components.DraggingItemHelper
- All Implemented Interfaces:
 com.badlogic.gdx.utils.Disposable
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
ICON_SIZE
public static final float ICON_SIZE- See Also:
 
 
 - 
 - 
Constructor Details
- 
DraggingItemHelper
public DraggingItemHelper() 
 - 
 - 
Method Details
- 
show
 - 
hide
public void hide() - 
setPosition
public void setPosition(float x, float y)  - 
setScale
public void setScale(float scale)  - 
setScale
public void setScale(float scale, boolean instantly)  - 
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.DisposableReleases all resources of this object.- Specified by:
 disposein interfacecom.badlogic.gdx.utils.Disposable
 
 -