Uses of Enum Class
codedraw.ImageFormat
-
Uses of ImageFormat in codedraw
Methods in codedraw that return ImageFormatModifier and TypeMethodDescriptionstatic ImageFormatReturns the enum constant of this class with the specified name.static ImageFormat[]ImageFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in codedraw with parameters of type ImageFormatModifier and TypeMethodDescriptionstatic voidImage.save(Image image, String pathToImage, ImageFormat format) Saves the image to the specified location using the specified image format.