Uses of Enum Class
codedraw.BufferedImageType
-
Uses of BufferedImageType in codedraw
Methods in codedraw that return BufferedImageTypeModifier and TypeMethodDescriptionstatic BufferedImageTypeReturns the enum constant of this class with the specified name.static BufferedImageType[]BufferedImageType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in codedraw with parameters of type BufferedImageTypeModifier and TypeMethodDescriptionImage.toBufferedImage(BufferedImageType type) Creates a copy of this image in the form of aBufferedImage.