|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageMapCity | |
---|---|
main | |
views | The package views contains many windows needed for the GUI. |
Uses of ImageMapCity in main |
---|
Fields in main with type parameters of type ImageMapCity | |
---|---|
private java.util.ArrayList<ImageMapCity> |
MapImage.imageMapCityList
|
Methods in main that return types with arguments of type ImageMapCity | |
---|---|
java.util.ArrayList<ImageMapCity> |
MapImage.getImageMapCityList()
Returns an ArrayList of ImageMapCity
objects that belong to the MapImage . |
Methods in main with parameters of type ImageMapCity | |
---|---|
void |
MapImage.addImageMapCity(ImageMapCity city)
Adds an ImageMapCity to the MapImage . |
boolean |
ImageMapCity.equals(ImageMapCity other)
is other object equal to this one? |
Uses of ImageMapCity in views |
---|
Methods in views that return ImageMapCity | |
---|---|
private ImageMapCity |
ImageViewer.getCityFromPoint(java.awt.Point point)
tries to map a point on the map to a city |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |