Uses of Class
com.badlogic.gdx.graphics.g2d.PixmapPacker.Page
-
Packages that use PixmapPacker.Page Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of PixmapPacker.Page in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d that return PixmapPacker.Page Modifier and Type Method Description PixmapPacker.PagePixmapPacker. getPage(java.lang.String name)PixmapPacker.PagePixmapPacker.GuillotineStrategy. pack(PixmapPacker packer, java.lang.String name, Rectangle rect)PixmapPacker.PagePixmapPacker.PackStrategy. pack(PixmapPacker packer, java.lang.String name, Rectangle rect)Returns the page the rectangle should be placed in and modifies the specified rectangle position.PixmapPacker.PagePixmapPacker.SkylineStrategy. pack(PixmapPacker packer, java.lang.String name, Rectangle rect)Methods in com.badlogic.gdx.graphics.g2d that return types with arguments of type PixmapPacker.Page Modifier and Type Method Description Array<PixmapPacker.Page>PixmapPacker. getPages()
-