Class InsertPlacemarkInteractor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Cursor getCursor()  
      void mousePressed​(MouseEvent event)  
      void mouseReleased​(MouseEvent event)  
      • Methods inherited from class com.bc.ceres.swing.figure.FigureEditorInteractor

        getFigureEditor, getViewport
      • Methods inherited from class com.bc.ceres.swing.figure.ViewportInteractor

        getModelToViewTransform, getViewToModelTransform, toModelPoint, toModelPoint, toModelShape
      • Methods inherited from class com.bc.ceres.swing.figure.AbstractInteractor

        activate, addListener, cancelInteraction, deactivate, getListeners, isActive, isLeftMouseButtonDown, isMultiButton1Click, isSingleButton1Click, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, removeListener, startInteraction, stopInteraction
    • Constructor Detail

      • InsertPlacemarkInteractor

        protected InsertPlacemarkInteractor​(PlacemarkDescriptor placemarkDescriptor)
    • Method Detail

      • getCursor

        public Cursor getCursor()
        Specified by:
        getCursor in interface com.bc.ceres.swing.figure.Interactor
        Overrides:
        getCursor in class com.bc.ceres.swing.figure.AbstractInteractor
      • mousePressed

        public void mousePressed​(MouseEvent event)
        Specified by:
        mousePressed in interface MouseListener
        Overrides:
        mousePressed in class com.bc.ceres.swing.figure.AbstractInteractor
      • mouseReleased

        public void mouseReleased​(MouseEvent event)
        Specified by:
        mouseReleased in interface MouseListener
        Overrides:
        mouseReleased in class com.bc.ceres.swing.figure.AbstractInteractor