Uses of Class
net.anwiba.commons.image.codec.ImageCodec
-
Packages that use ImageCodec Package Description net.anwiba.commons.image net.anwiba.commons.image.codec -
-
Uses of ImageCodec in net.anwiba.commons.image
Methods in net.anwiba.commons.image with parameters of type ImageCodec Modifier and Type Method Description static java.awt.image.BufferedImageImageUtilities. getEmptyImage(java.awt.Dimension size, ImageCodec imageCodec) -
Uses of ImageCodec in net.anwiba.commons.image.codec
Methods in net.anwiba.commons.image.codec that return ImageCodec Modifier and Type Method Description static ImageCodecImageCodec. getByExtension(java.lang.String extension)static ImageCodecImageCodec. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ImageCodec[]ImageCodec. values()Returns an array containing the constants of this enum type, in the order they are declared.
-