public interface ImageMap
ImageMap represents a collection of image map
 hotspots. It does not represent the raster image itself.| Modifier and Type | Interface and Description | 
|---|---|
| static class  | ImageMap.ClientSideClientSiderepresents a client-side style image
 map. | 
| static class  | ImageMap.HotSpotHotSpots represent an image map hotspot. | 
| static class  | ImageMap.ServerSideServerSiderepresents a server-side style image
 map. | 
| Modifier and Type | Field and Description | 
|---|---|
| static String | CIRCLECIRCLEindicates a circular image map hotspot. | 
| static String | POLYPOLYindicates a polygonal image map hotspot. | 
| static String | RECTRECTindicates a rectangular image map hotspot. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addHotSpot(ImageMap.HotSpot hotSpot)addHotSpotadds a hotspot to the map. | 
| Iterator | hotSpots()hotSpotsiterates over the hotspots in the map | 
static final String RECT
RECT indicates a rectangular image map hotspot.static final String CIRCLE
CIRCLE indicates a circular image map hotspot.static final String POLY
POLY indicates a polygonal image map hotspot.void addHotSpot(ImageMap.HotSpot hotSpot)
addHotSpot adds a hotspot to the map.hotSpot - a HotSpot.Copyright © 2020 BioJava. All rights reserved.