Package | Description |
---|---|
org.openstreetmap.josm.gui.layer.geoimage |
Provides classes for handling layers displaying geottaged pictures.
|
Modifier and Type | Field and Description |
---|---|
private ImageDisplay.VisRect |
ImageDisplay.selectedRect
When a selection is done, the rectangle of the selection (in image coordinates)
|
private ImageDisplay.VisRect |
ImageDisplay.visibleRect
The rectangle (in image coordinates) of the image that is visible.
|
Modifier and Type | Method and Description |
---|---|
(package private) static ImageDisplay.VisRect |
ImageDisplay.calculateDrawImageRectangle(ImageDisplay.VisRect visibleRect,
java.awt.Dimension compSize) |
(package private) static ImageDisplay.VisRect |
ImageDisplay.calculateDrawImageRectangle(ImageDisplay.VisRect imgRect,
java.awt.Rectangle compRect)
calculateDrawImageRectangle
|
Modifier and Type | Method and Description |
---|---|
(package private) static ImageDisplay.VisRect |
ImageDisplay.calculateDrawImageRectangle(ImageDisplay.VisRect visibleRect,
java.awt.Dimension compSize) |
(package private) static ImageDisplay.VisRect |
ImageDisplay.calculateDrawImageRectangle(ImageDisplay.VisRect imgRect,
java.awt.Rectangle compRect)
calculateDrawImageRectangle
|
(package private) static java.awt.Point |
ImageDisplay.comp2imgCoord(ImageDisplay.VisRect visibleRect,
int xComp,
int yComp,
java.awt.Dimension compSize) |
(package private) static java.awt.Point |
ImageDisplay.img2compCoord(ImageDisplay.VisRect visibleRect,
int xImg,
int yImg,
java.awt.Dimension compSize) |
Constructor and Description |
---|
VisRect(ImageDisplay.VisRect v)
Constructs a new
VisRect from another one. |
VisRect(int x,
int y,
int width,
int height,
ImageDisplay.VisRect peer)
Constructs a new
VisRect . |