|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jadex.swing.map.MapControl
This is a invisible mediator to coordinate all zooming tools in a MapView or SequenceMapView.
Constructor Summary | |
MapControl()
Creates new MapControl |
|
MapControl(MapRange r)
An overloaded constructor. |
Method Summary | |
void |
addPropertyChangeListener(java.beans.PropertyChangeListener l)
Add a PropertyChangeListener to the listener list. |
MapRange |
getMap()
Get the total MapRange. |
MapRange |
getRange()
Getter for property range. |
void |
movingDown()
Moving up the maprange. |
void |
movingUp()
Moving down the maprange. |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list. |
void |
reset()
Reset to the full MapRange. |
void |
setMap(MapRange map)
Set the total MapRange to be displayed. |
void |
setRange(MapRange range)
Setter for property range. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapControl()
public MapControl(MapRange r)
r
- the MapRange.Method Detail |
public void setMap(MapRange map)
map
- the Total MapRange.public MapRange getMap()
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The listener to add.public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The listener to remove.public MapRange getRange()
public void reset()
public void movingUp()
public void movingDown()
public void setRange(MapRange range)
range
- New value of property range.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |