|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bbn.openmap.event.ListenerSupport
com.bbn.openmap.event.ProjectionSupport
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.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.bbn.openmap.event.ProjectionSupport |
---|
ProjectionSupport.ProjectionChangeNotifier |
Field Summary |
---|
Fields inherited from class com.bbn.openmap.event.ProjectionSupport |
---|
pcNotifier |
Fields inherited from class com.bbn.openmap.event.ListenerSupport |
---|
listeners, source |
Constructor Summary | |
---|---|
OverviewMapHandler.ControlledMapSupport()
Construct a ControlledMapSupport. |
|
OverviewMapHandler.ControlledMapSupport(java.lang.Object aSource)
Construct a ControlledMapSupport. |
Method Summary | |
---|---|
void |
setCenter(LatLonPoint 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.ProjectionSupport |
---|
addProjectionListener, dispose, fireProjectionChanged, removeProjectionListener |
Methods inherited from class com.bbn.openmap.event.ListenerSupport |
---|
addListener, getListeners, getSource, iterator, readObject, removeAll, removeListener, setSource, size, writeObject |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OverviewMapHandler.ControlledMapSupport()
public OverviewMapHandler.ControlledMapSupport(java.lang.Object aSource)
aSource
- source ObjectMethod Detail |
---|
public void setCenter(LatLonPoint llp)
llp
- the new centerpointpublic void setScale(float scale)
scale
- the new scale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |