Class DraggingItemHelper

java.lang.Object
com.prineside.tdi2.ui.components.DraggingItemHelper
All Implemented Interfaces:
Disposable, Listener<Render>

public class DraggingItemHelper extends Object implements Disposable, Listener<Render>
  • Constructor Details

  • Method Details

    • show

      public Group show()
    • getIconContainer

      public Group getIconContainer()
    • hide

      public void hide()
    • setPosition

      public void setPosition(float x, float y)
    • setScale

      public void setScale(float scale)
    • setScaleInstantly

      public void setScaleInstantly(float scale)
    • setIconShift

      public void setIconShift(float x, float y)
    • setIconShiftInstantly

      public void setIconShiftInstantly(float x, float y)
    • dispose

      public void dispose()
      Description copied from interface: com.badlogic.gdx.utils.Disposable
      Releases all resources of this object.
      Specified by:
      dispose in interface Disposable
    • handleEvent

      public void handleEvent(Render event)
      Specified by:
      handleEvent in interface Listener<Render>