| Package | Description |
|---|---|
| org.openstreetmap.josm.gui.layer |
Provides classes for handling the different kinds of map layers.
|
| org.openstreetmap.josm.gui.layer.imagery |
Provides classes for handling imagery background layers.
|
| Modifier and Type | Method and Description |
|---|---|
private static TileAnchor |
AbstractTileSourceLayer.getAnchor(Tile tile,
java.awt.image.BufferedImage image) |
| Modifier and Type | Method and Description |
|---|---|
private void |
AbstractTileSourceLayer.drawImageInside(java.awt.Graphics2D g,
java.awt.image.BufferedImage toDrawImg,
TileAnchor anchorImage,
TileAnchor anchorScreen,
java.awt.Shape clip)
Draw a tile image on screen.
|
| Modifier and Type | Field and Description |
|---|---|
protected TileAnchor |
ReprojectionTile.anchor |
| Modifier and Type | Method and Description |
|---|---|
TileAnchor |
ReprojectionTile.getAnchor()
Get the position of the tile inside the image.
|
TileAnchor |
TileCoordinateConverter.getScreenAnchorForTile(Tile tile)
Get
TileAnchor for a tile in screen pixel coordinates. |
| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.AffineTransform |
TileAnchor.convert(TileAnchor other)
Create a transformation that converts points from this coordinate space
to another coordinate space.
|