Package com.prineside.luaj.mapping.parts
Class LJ_GDX_graphics_g2d.PackStrategy_AE.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_GDX_graphics_g2d.PackStrategy_AE.LIP
- All Implemented Interfaces:
com.badlogic.gdx.graphics.g2d.PixmapPacker.PackStrategy
,com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- LJ_GDX_graphics_g2d.PackStrategy_AE
public static class LJ_GDX_graphics_g2d.PackStrategy_AE.LIP
extends InterfaceProxy
implements com.badlogic.gdx.graphics.g2d.PixmapPacker.PackStrategy
-
Method Summary
Modifier and TypeMethodDescriptioncom.badlogic.gdx.graphics.g2d.PixmapPacker.Page
Returns the page the rectangle should be placed in and modifies the specified rectangle position.void
sort
(com.badlogic.gdx.utils.Array p1) Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
pack
public com.badlogic.gdx.graphics.g2d.PixmapPacker.Page pack(com.badlogic.gdx.graphics.g2d.PixmapPacker p1, String p2, com.badlogic.gdx.math.Rectangle p3) Description copied from interface:com.badlogic.gdx.graphics.g2d.PixmapPacker.PackStrategy
Returns the page the rectangle should be placed in and modifies the specified rectangle position.- Specified by:
pack
in interfacecom.badlogic.gdx.graphics.g2d.PixmapPacker.PackStrategy
-
sort
public void sort(com.badlogic.gdx.utils.Array p1) - Specified by:
sort
in interfacecom.badlogic.gdx.graphics.g2d.PixmapPacker.PackStrategy
-