Package | Description |
---|---|
org.openstreetmap.josm.tools |
Provides the classes for various utilities and tools called from all other packages.
|
Modifier and Type | Class and Description |
---|---|
static class |
ImageWarp.GridTransform
Wrapper that optimizes a given
ImageWarp.PointTransform . |
Modifier and Type | Field and Description |
---|---|
private ImageWarp.PointTransform |
ImageWarp.GridTransform.trfm |
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.
|
Constructor and Description |
---|
GridTransform(ImageWarp.PointTransform trfm,
double stride)
Create a new GridTransform.
|