Package codedraw

Enum Class Interpolation

java.lang.Object
java.lang.Enum<Interpolation>
codedraw.Interpolation
All Implemented Interfaces:
Serializable, Comparable<Interpolation>, Constable

public enum Interpolation extends Enum<Interpolation>
Interpolation defines how drawn images are upscaled and downscaled. For more details see Wikipedia Bicubic Interpolation and Wikipedia Image Scaling.