Package com.prineside.luaj.mapping.parts
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 Summary
Modifier and TypeMethodDescriptionvoiddraw(com.badlogic.gdx.graphics.g2d.Batch p1, float p2, float p3, float p4, float p5) Draws this drawable at the specified bounds.floatfloatfloatfloatfloatfloatvoidsetBottomHeight(float p1) voidsetLeftWidth(float p1) voidsetMinHeight(float p1) voidsetMinWidth(float p1) voidsetRightWidth(float p1) voidsetTopHeight(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.DrawableDraws this drawable at the specified bounds. The drawable should be tinted withBatch.getColor(), possibly by mixing its own color.- Specified by:
 drawin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
getBottomHeight
public float getBottomHeight()- Specified by:
 getBottomHeightin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
getLeftWidth
public float getLeftWidth()- Specified by:
 getLeftWidthin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
getMinHeight
public float getMinHeight()- Specified by:
 getMinHeightin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
getMinWidth
public float getMinWidth()- Specified by:
 getMinWidthin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
getRightWidth
public float getRightWidth()- Specified by:
 getRightWidthin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
getTopHeight
public float getTopHeight()- Specified by:
 getTopHeightin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
setBottomHeight
public void setBottomHeight(float p1) - Specified by:
 setBottomHeightin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
setLeftWidth
public void setLeftWidth(float p1) - Specified by:
 setLeftWidthin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
setMinHeight
public void setMinHeight(float p1) - Specified by:
 setMinHeightin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
setMinWidth
public void setMinWidth(float p1) - Specified by:
 setMinWidthin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
setRightWidth
public void setRightWidth(float p1) - Specified by:
 setRightWidthin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 - 
setTopHeight
public void setTopHeight(float p1) - Specified by:
 setTopHeightin interfacecom.badlogic.gdx.scenes.scene2d.utils.Drawable
 
 -