Package org.biojava.bio.gui.sequence
Class ImageMap.ClientSide
- java.lang.Object
-
- org.biojava.bio.gui.sequence.ImageMap.ClientSide
-
- All Implemented Interfaces:
Serializable,ImageMap
- Enclosing interface:
- ImageMap
public static class ImageMap.ClientSide extends Object implements ImageMap, Serializable
ClientSiderepresents a client-side style image map.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.biojava.bio.gui.sequence.ImageMap
ImageMap.ClientSide, ImageMap.HotSpot, ImageMap.ServerSide
-
-
Constructor Summary
Constructors Constructor Description ClientSide(String name)Creates a newClientSideimage map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddHotSpot(ImageMap.HotSpot hotSpot)addHotSpotadds a hotspot to the map.IteratorhotSpots()hotSpotsiterates over the hotspots in the mapStringtoString()
-
-
-
Constructor Detail
-
ClientSide
public ClientSide(String name)
Creates a newClientSideimage map.- Parameters:
name- aStringname by which the map will be known.
-
-
Method Detail
-
addHotSpot
public void addHotSpot(ImageMap.HotSpot hotSpot)
Description copied from interface:ImageMapaddHotSpotadds a hotspot to the map.- Specified by:
addHotSpotin interfaceImageMap- Parameters:
hotSpot- aHotSpot.
-
hotSpots
public Iterator hotSpots()
Description copied from interface:ImageMaphotSpotsiterates over the hotspots in the map
-
-