|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biojava.bio.gui.sequence.ImageMap.ClientSide
public static class ImageMap.ClientSide
ClientSide represents a client-side style image
map.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface 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.ClientSide(java.lang.String name)
Creates a new ClientSide 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.ClientSide(java.lang.String name)
ClientSide image map.
name - a String name by which the map
will be known.| Method Detail |
|---|
public void addHotSpot(ImageMap.HotSpot hotSpot)
ImageMapaddHotSpot adds a hotspot to the map.
addHotSpot in interface ImageMaphotSpot - a HotSpot.public java.util.Iterator hotSpots()
ImageMaphotSpots iterates over the hotspots in the map
hotSpots in interface ImageMapIterator.public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||