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.ClientSide
ClientSide represents a client-side style image
map. |
static class |
ImageMap.HotSpot
HotSpot s represent an image map hotspot. |
static class |
ImageMap.ServerSide
ServerSide represents a server-side style image
map. |
Modifier and Type | Field and Description |
---|---|
static String |
CIRCLE
CIRCLE indicates a circular image map hotspot. |
static String |
POLY
POLY indicates a polygonal image map hotspot. |
static String |
RECT
RECT indicates a rectangular image map hotspot. |
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 |
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 © 2014 BioJava. All rights reserved.