public static class ImageMap.ServerSide extends Object implements ImageMap, Serializable
ServerSide represents a server-side style image
 map.ImageMap.ClientSide, ImageMap.HotSpot, ImageMap.ServerSide| Constructor and Description | 
|---|
ServerSide()
Creates a new  
ServerSide image map. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addHotSpot(ImageMap.HotSpot hotSpot)
addHotSpot adds a hotspot to the map. | 
Iterator | 
hotSpots()
hotSpots iterates over the hotspots in the map | 
String | 
toString()  | 
public ServerSide()
ServerSide image map.public void addHotSpot(ImageMap.HotSpot hotSpot)
ImageMapaddHotSpot adds a hotspot to the map.addHotSpot in interface ImageMaphotSpot - a HotSpot.public Iterator hotSpots()
ImageMaphotSpots iterates over the hotspots in the mapCopyright © 2020 BioJava. All rights reserved.