Package com.prineside.luaj.mapping.parts
Class LJ_GDX_scenes_scene2d.TransformDrawable_BR.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_scenes_scene2d.TransformDrawable_BR.LIP
- All Implemented Interfaces:
com.badlogic.gdx.scenes.scene2d.utils.Drawable
,com.badlogic.gdx.scenes.scene2d.utils.TransformDrawable
,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_scenes_scene2d.TransformDrawable_BR
public static class LJ_GDX_scenes_scene2d.TransformDrawable_BR.LIP
extends InterfaceProxy
implements com.badlogic.gdx.scenes.scene2d.utils.TransformDrawable
-
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj
-
Method Summary
Modifier and TypeMethodDescriptionvoid
draw
(com.badlogic.gdx.graphics.g2d.Batch p1, float p2, float p3, float p4, float p5) Draws this drawable at the specified bounds.void
draw
(com.badlogic.gdx.graphics.g2d.Batch p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10) float
float
float
float
float
float
void
setBottomHeight
(float p1) void
setLeftWidth
(float p1) void
setMinHeight
(float p1) void
setMinWidth
(float p1) void
setRightWidth
(float p1) void
setTopHeight
(float p1) Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
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 withBatch.getColor()
, possibly by mixing its own color.- Specified by:
draw
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
draw
public void draw(com.badlogic.gdx.graphics.g2d.Batch p1, float p2, float p3, float p4, float p5, float p6, float p7, float p8, float p9, float p10) - Specified by:
draw
in interfacecom.badlogic.gdx.scenes.scene2d.utils.TransformDrawable
-
getBottomHeight
public float getBottomHeight()- Specified by:
getBottomHeight
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
getLeftWidth
public float getLeftWidth()- Specified by:
getLeftWidth
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
getMinHeight
public float getMinHeight()- Specified by:
getMinHeight
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
getMinWidth
public float getMinWidth()- Specified by:
getMinWidth
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
getRightWidth
public float getRightWidth()- Specified by:
getRightWidth
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
getTopHeight
public float getTopHeight()- Specified by:
getTopHeight
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
setBottomHeight
public void setBottomHeight(float p1) - Specified by:
setBottomHeight
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
setLeftWidth
public void setLeftWidth(float p1) - Specified by:
setLeftWidth
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
setMinHeight
public void setMinHeight(float p1) - Specified by:
setMinHeight
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
setMinWidth
public void setMinWidth(float p1) - Specified by:
setMinWidth
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
setRightWidth
public void setRightWidth(float p1) - Specified by:
setRightWidth
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-
setTopHeight
public void setTopHeight(float p1) - Specified by:
setTopHeight
in interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
-