Uses of Class
com.badlogic.gdx.graphics.g2d.PixmapPackerIO.ImageFormat
-
Packages that use PixmapPackerIO.ImageFormat Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of PixmapPackerIO.ImageFormat in com.badlogic.gdx.graphics.g2d
Fields in com.badlogic.gdx.graphics.g2d declared as PixmapPackerIO.ImageFormat Modifier and Type Field Description PixmapPackerIO.ImageFormatPixmapPackerIO.SaveParameters. formatMethods in com.badlogic.gdx.graphics.g2d that return PixmapPackerIO.ImageFormat Modifier and Type Method Description static PixmapPackerIO.ImageFormatPixmapPackerIO.ImageFormat. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PixmapPackerIO.ImageFormat[]PixmapPackerIO.ImageFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-