Package Roots
Class MapRoot.MapBridge
- java.lang.Object
-
- Roots.MapRoot.MapBridge
-
- Enclosing class:
- MapRoot
public final class MapRoot.MapBridge extends java.lang.ObjectThe Map bridge which is used by the HTML
-
-
Constructor Summary
Constructors Constructor Description MapBridge()
-
Method Summary
Modifier and Type Method Description private PhotofindPhotoById(int photo_id)Find the Photo with a specific photo idvoidopen(int photo_id)Open PhotoViewer with the given photo id
-
-
-
Method Detail
-
open
public final void open(int photo_id)
Open PhotoViewer with the given photo id- Parameters:
photo_id- the photo id of the photo
-
findPhotoById
private Photo findPhotoById(int photo_id)
Find the Photo with a specific photo id- Parameters:
photo_id- id of photo- Returns:
- photo if found, else null
-
-