Uses of Enum Class
codedraw.Interpolation
-
Uses of Interpolation in codedraw
Methods in codedraw that return InterpolationModifier and TypeMethodDescriptionstatic InterpolationReturns the enum constant of this class with the specified name.static Interpolation[]Interpolation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in codedraw with parameters of type InterpolationModifier and TypeMethodDescriptionvoidImage.copyTo(Graphics target, Interpolation interpolation) Copies this image onto the graphics object.voidImage.drawImage(double x, double y, double width, double height, Image image, Interpolation interpolation) Draws an image at the specified (x, y) coordinate.static ImageImage.scale(Image source, double scale, Interpolation interpolation) Increases or decreases the size of the image given as a parameter.