|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.biojava.bio.gui.sequence.ImageMap.ServerSide
ServerSide
represents a server-side style image
map.
Nested Class Summary |
Nested classes inherited from class org.biojava.bio.gui.sequence.ImageMap |
ImageMap.ClientSide, ImageMap.HotSpot, ImageMap.ServerSide |
Field Summary |
Fields inherited from interface org.biojava.bio.gui.sequence.ImageMap |
CIRCLE, POLY, RECT |
Constructor Summary | |
ImageMap.ServerSide()
Creates a new ServerSide image map. |
Method Summary | |
void |
addHotSpot(ImageMap.HotSpot hotSpot)
addHotSpot adds a hotspot to the map. |
java.util.Iterator |
hotSpots()
hotSpots iterates over the hotspots in the map |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ImageMap.ServerSide()
ServerSide
image map.
Method Detail |
public void addHotSpot(ImageMap.HotSpot hotSpot)
ImageMap
addHotSpot
adds a hotspot to the map.
addHotSpot
in interface ImageMap
hotSpot
- a HotSpot
.public java.util.Iterator hotSpots()
ImageMap
hotSpots
iterates over the hotspots in the map
hotSpots
in interface ImageMap
Iterator
.public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |