Uses of Class
org.openstreetmap.josm.tools.ImageWarp.Interpolation
-
Packages that use ImageWarp.Interpolation Package Description org.openstreetmap.josm.tools Provides the classes for various utilities and tools called from all other packages. -
-
Uses of ImageWarp.Interpolation in org.openstreetmap.josm.tools
Methods in org.openstreetmap.josm.tools that return ImageWarp.Interpolation Modifier and Type Method Description static ImageWarp.Interpolation
ImageWarp.Interpolation. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImageWarp.Interpolation[]
ImageWarp.Interpolation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openstreetmap.josm.tools with parameters of type ImageWarp.Interpolation Modifier and Type Method Description static BufferedImage
ImageWarp. warp(BufferedImage srcImg, Dimension targetDim, ImageWarp.PointTransform invTransform, ImageWarp.Interpolation interpolation)
Warp an image.
-