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
ClientSide
represents a client-side style image
map.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.biojava.bio.gui.sequence.ImageMap
ImageMap.ClientSide, ImageMap.HotSpot, ImageMap.ServerSide
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addHotSpot
(ImageMap.HotSpot hotSpot) addHotSpot
adds a hotspot to the map.hotSpots()
hotSpots
iterates over the hotspots in the maptoString()
-
Constructor Details
-
ClientSide
Creates a newClientSide
image map.- Parameters:
name
- aString
name by which the map will be known.
-
-
Method Details
-
addHotSpot
Description copied from interface:ImageMap
addHotSpot
adds a hotspot to the map.- Specified by:
addHotSpot
in interfaceImageMap
- Parameters:
hotSpot
- aHotSpot
.
-
hotSpots
Description copied from interface:ImageMap
hotSpots
iterates over the hotspots in the map -
toString
-