Uses of Enum Class
zombie.core.textures.PNGDecoder.Format
Packages that use PNGDecoder.Format
-
Uses of PNGDecoder.Format in zombie.core.textures
Subclasses with type arguments of type PNGDecoder.Format in zombie.core.texturesMethods in zombie.core.textures that return PNGDecoder.FormatModifier and TypeMethodDescriptionPNGDecoder.decideTextureFormat
(PNGDecoder.Format fmt) Computes the implemented format conversion for the desired format.static PNGDecoder.Format
Returns the enum constant of this class with the specified name.static PNGDecoder.Format[]
PNGDecoder.Format.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.core.textures with parameters of type PNGDecoder.FormatModifier and TypeMethodDescriptionPNGDecoder.decideTextureFormat
(PNGDecoder.Format fmt) Computes the implemented format conversion for the desired format.void
PNGDecoder.decode
(ByteBuffer byteBuffer, int int5, int int3, PNGDecoder.Format format, int int4) void
PNGDecoder.decodeFlipped
(ByteBuffer byteBuffer, int int0, int int3, PNGDecoder.Format format, int int4) void
PNGDecoder.decodeFrame
(ByteBuffer byteBuffer, int int0, PNGDecoder.Format format)