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)
ImageMap
addHotSpot
adds a hotspot to the map.addHotSpot
in interface ImageMap
hotSpot
- a HotSpot
.public java.util.Iterator hotSpots()
ImageMap
hotSpots
iterates over the hotspots in the mappublic java.lang.String toString()
toString
in class java.lang.Object