public class InfoListener
extends java.lang.Object
implements org.gvsig.fmap.mapcontrol.tools.Listeners.PointListener
MapControl, and displays that data on a FInfoDialog dialog.| Modifier and Type | Class and Description |
|---|---|
static class |
InfoListener.DefaultInfoByPointRenderer |
static interface |
InfoListener.InfoByPointRenderer |
| Constructor and Description |
|---|
InfoListener(org.gvsig.fmap.mapcontrol.MapControl mc)
Creates a new
InfoListener object. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
cancelDrawing() |
java.awt.Image |
getImageCursor() |
static void |
initializeExtensionPoint() |
void |
point(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event) |
void |
pointDoubleClick(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event) |
public InfoListener(org.gvsig.fmap.mapcontrol.MapControl mc)
Creates a new InfoListener object.
mc - the MapControl where will be applied the changespublic boolean cancelDrawing()
cancelDrawing in interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListenerpublic java.awt.Image getImageCursor()
getImageCursor in interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListenerpublic static void initializeExtensionPoint()
public void point(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event)
throws org.gvsig.fmap.mapcontrol.tools.BehaviorException
point in interface org.gvsig.fmap.mapcontrol.tools.Listeners.PointListenerorg.gvsig.fmap.mapcontrol.tools.BehaviorExceptionpublic void pointDoubleClick(org.gvsig.fmap.mapcontrol.tools.Events.PointEvent event)
throws org.gvsig.fmap.mapcontrol.tools.BehaviorException
pointDoubleClick in interface org.gvsig.fmap.mapcontrol.tools.Listeners.PointListenerorg.gvsig.fmap.mapcontrol.tools.BehaviorExceptionCopyright © 2025 gvSIG Association. All rights reserved.