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
  • Field Summary

    Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy

    luaObj
  • Method Summary

    Modifier and Type
    Method
    Description
    com.badlogic.gdx.graphics.g2d.PixmapPacker.Page
    pack(com.badlogic.gdx.graphics.g2d.PixmapPacker p1, String p2, com.badlogic.gdx.math.Rectangle p3)
    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 interface com.badlogic.gdx.graphics.g2d.PixmapPacker.PackStrategy
    • sort

      public void sort(com.badlogic.gdx.utils.Array p1)
      Specified by:
      sort in interface com.badlogic.gdx.graphics.g2d.PixmapPacker.PackStrategy