Uses of Class
com.badlogic.gdx.graphics.g2d.PixmapPacker
-
Packages that use PixmapPacker Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of PixmapPacker in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d with parameters of type PixmapPacker Modifier and Type Method Description 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)voidPixmapPackerIO. save(FileHandle file, PixmapPacker packer)Saves the provided PixmapPacker to the provided file.voidPixmapPackerIO. save(FileHandle file, PixmapPacker packer, PixmapPackerIO.SaveParameters parameters)Saves the provided PixmapPacker to the provided file.Constructors in com.badlogic.gdx.graphics.g2d with parameters of type PixmapPacker Constructor Description Page(PixmapPacker packer)Creates a new page filled with the color provided by thegetTransparentColor()
-