Class PointBehavior

java.lang.Object
org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
org.gvsig.fmap.mapcontrol.tools.Behavior.PointBehavior
All Implemented Interfaces:
IBehavior
Direct Known Subclasses:
TwoLinesBehavior

public class PointBehavior extends Behavior

Behavior that permits user to select a point with a double click mouse action, on the associated MapControl using a PointListener.

Author:
Vicente Caballero Navarro
  • Constructor Details

    • PointBehavior

      public PointBehavior(PointListener l, int mouseButton)

      Creates a new behavior for selecting a point.

      Parameters:
      l - listener used to permit this object to work with the associated MapControl
    • PointBehavior

      public PointBehavior(PointListener l)
  • Method Details