Class LJ_GDX_scenes_scene2d.Drawable_BG.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_scenes_scene2d.Drawable_BG.LIP
All Implemented Interfaces:
com.badlogic.gdx.scenes.scene2d.utils.Drawable, com.esotericsoftware.kryo.KryoSerializable
Enclosing class:
LJ_GDX_scenes_scene2d.Drawable_BG

public static class LJ_GDX_scenes_scene2d.Drawable_BG.LIP extends InterfaceProxy implements com.badlogic.gdx.scenes.scene2d.utils.Drawable
  • Method Details

    • draw

      public void draw(com.badlogic.gdx.graphics.g2d.Batch p1, float p2, float p3, float p4, float p5)
      Description copied from interface: com.badlogic.gdx.scenes.scene2d.utils.Drawable
      Draws this drawable at the specified bounds. The drawable should be tinted with Batch.getColor(), possibly by mixing its own color.
      Specified by:
      draw in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • getBottomHeight

      public float getBottomHeight()
      Specified by:
      getBottomHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • getLeftWidth

      public float getLeftWidth()
      Specified by:
      getLeftWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • getMinHeight

      public float getMinHeight()
      Specified by:
      getMinHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • getMinWidth

      public float getMinWidth()
      Specified by:
      getMinWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • getRightWidth

      public float getRightWidth()
      Specified by:
      getRightWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • getTopHeight

      public float getTopHeight()
      Specified by:
      getTopHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setBottomHeight

      public void setBottomHeight(float p1)
      Specified by:
      setBottomHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setLeftWidth

      public void setLeftWidth(float p1)
      Specified by:
      setLeftWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setMinHeight

      public void setMinHeight(float p1)
      Specified by:
      setMinHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setMinWidth

      public void setMinWidth(float p1)
      Specified by:
      setMinWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setRightWidth

      public void setRightWidth(float p1)
      Specified by:
      setRightWidth in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable
    • setTopHeight

      public void setTopHeight(float p1)
      Specified by:
      setTopHeight in interface com.badlogic.gdx.scenes.scene2d.utils.Drawable