org.geotools.swt.utils
Class StatusBarNotifier

Object
  extended by StatusBarNotifier

public class StatusBarNotifier
extends Object

The notifier for the statusbar.

Author:
Andrea Antonello (www.hydrologis.com)

Constructor Summary
StatusBarNotifier(ApplicationWindow applicationWindow, SwtMapPane mapPane)
           
 
Method Summary
 void clearCoords()
           
 void displayCoords(DirectPosition2D mapPos)
          Format and display the coordinates of the given position
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusBarNotifier

public StatusBarNotifier(ApplicationWindow applicationWindow,
                         SwtMapPane mapPane)
Method Detail

displayCoords

public void displayCoords(DirectPosition2D mapPos)
Format and display the coordinates of the given position

Parameters:
mapPos - mouse cursor position (world coords)

clearCoords

public void clearCoords()


Copyright © 1996-2014 Geotools. All Rights Reserved.