Package org.biojava.bio.gui.sequence
Class ImageMap.ServerSide
- java.lang.Object
-
- org.biojava.bio.gui.sequence.ImageMap.ServerSide
-
- All Implemented Interfaces:
java.io.Serializable
,ImageMap
- Enclosing interface:
- ImageMap
public static class ImageMap.ServerSide extends java.lang.Object implements ImageMap, java.io.Serializable
ServerSide
represents a server-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 ServerSide()
Creates a newServerSide
image map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addHotSpot(ImageMap.HotSpot hotSpot)
addHotSpot
adds a hotspot to the map.java.util.Iterator
hotSpots()
hotSpots
iterates over the hotspots in the mapjava.lang.String
toString()
-
-
-
Constructor Detail
-
ServerSide
public ServerSide()
Creates a newServerSide
image map.
-
-
Method Detail
-
addHotSpot
public void addHotSpot(ImageMap.HotSpot hotSpot)
Description copied from interface:ImageMap
addHotSpot
adds a hotspot to the map.- Specified by:
addHotSpot
in interfaceImageMap
- Parameters:
hotSpot
- aHotSpot
.
-
hotSpots
public java.util.Iterator hotSpots()
Description copied from interface:ImageMap
hotSpots
iterates over the hotspots in the map
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-