Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Method and Description |
---|---|
static ImageWarp.Interpolation |
ImageWarp.Interpolation.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
ImageWarp.warp(java.awt.image.BufferedImage srcImg,
java.awt.Dimension targetDim,
ImageWarp.PointTransform invTransform,
ImageWarp.Interpolation interpolation)
Warp an image.
|