public static class ImageMap.ServerSide extends java.lang.Object implements ImageMap, java.io.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. |
java.util.Iterator |
hotSpots()
hotSpots iterates over the hotspots in the map |
java.lang.String |
toString() |
public void addHotSpot(ImageMap.HotSpot hotSpot)
ImageMapaddHotSpot adds a hotspot to the map.addHotSpot in interface ImageMaphotSpot - a HotSpot.public java.util.Iterator hotSpots()
ImageMaphotSpots iterates over the hotspots in the mappublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018 BioJava. All Rights Reserved.