|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.concurrent.CopyOnWriteArrayList<E>
com.bbn.openmap.event.ListenerSupport<MapBean>
com.bbn.openmap.gui.OverviewMapHandler.ControlledMapSupport
public class OverviewMapHandler.ControlledMapSupport
Support for directing the setCenter and setScale calls to any MapBeans that care to be listening.
| Field Summary |
|---|
| Fields inherited from class com.bbn.openmap.event.ListenerSupport |
|---|
source |
| Constructor Summary | |
|---|---|
OverviewMapHandler.ControlledMapSupport(java.lang.Object aSource)
Construct a ControlledMapSupport. |
|
| Method Summary | |
|---|---|
void |
setCenter(java.awt.geom.Point2D llp)
Set the center coordinates on all registered listeners. |
void |
setScale(float scale)
Set the scale on all registered listeners. |
| Methods inherited from class com.bbn.openmap.event.ListenerSupport |
|---|
add, add, addAll, clear, getSource, iterator, listIterator, remove, remove, set, setSource, size |
| Methods inherited from class java.util.concurrent.CopyOnWriteArrayList |
|---|
addAll, addAllAbsent, addIfAbsent, clone, contains, containsAll, equals, get, hashCode, indexOf, indexOf, isEmpty, lastIndexOf, lastIndexOf, listIterator, removeAll, retainAll, subList, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public OverviewMapHandler.ControlledMapSupport(java.lang.Object aSource)
aSource - source Object| Method Detail |
|---|
public void setCenter(java.awt.geom.Point2D llp)
llp - the new center pointpublic void setScale(float scale)
scale - the new scale
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||