Class NFEFeatureSelectionTool

    • Constructor Detail

      • NFEFeatureSelectionTool

        public NFEFeatureSelectionTool​(MapCanvas canvas,
                                       NFEModel model)
        Allocates a new feature selection tool
        Parameters:
        canvas - the current MapCanvas
        model - the current NFE model
    • Method Detail

      • hover

        protected void hover​(GeoObject geoObj,
                             java.awt.event.MouseEvent mouseEvent)
        Description copied from class: NFESelectionTool
        Notifies the GeoObject's layer that the GeoObject is being hovered
        Overrides:
        hover in class NFESelectionTool
        Parameters:
        geoObj - a GeoObject being hovered
        mouseEvent - a mouse event
      • select

        protected void select​(GeoObject geoObj,
                              java.awt.event.MouseEvent mouseEvent)
        Description copied from class: NFESelectionTool
        Notifies the GeoObject's layer that the object is being selected
        Overrides:
        select in class NFESelectionTool
        Parameters:
        geoObj - a GeoObject being selected
        mouseEvent - a mouse event