Uses of Enum Class
net.anwiba.commons.image.codec.ImageCodec
Packages that use ImageCodec
-
Uses of ImageCodec in net.anwiba.commons.image
Methods in net.anwiba.commons.image with parameters of type ImageCodecModifier and TypeMethodDescriptionstatic BufferedImageImageUtilities.getEmptyImage(Dimension size, ImageCodec imageCodec) -
Uses of ImageCodec in net.anwiba.commons.image.codec
Methods in net.anwiba.commons.image.codec that return ImageCodecModifier and TypeMethodDescriptionstatic ImageCodecImageCodec.getByExtension(String extension) static ImageCodecReturns the enum constant of this class with the specified name.static ImageCodec[]ImageCodec.values()Returns an array containing the constants of this enum class, in the order they are declared.