Package org.esa.snap.rcp.placemark
Class InsertPlacemarkInteractor
- java.lang.Object
-
- com.bc.ceres.swing.figure.AbstractInteractor
-
- com.bc.ceres.swing.figure.ViewportInteractor
-
- com.bc.ceres.swing.figure.FigureEditorInteractor
-
- org.esa.snap.rcp.placemark.InsertPlacemarkInteractor
-
- All Implemented Interfaces:
com.bc.ceres.swing.figure.Interactor
,KeyListener
,MouseListener
,MouseMotionListener
,EventListener
- Direct Known Subclasses:
InsertGcpInteractor
,InsertGcpInteractor
,InsertPinInteractor
public abstract class InsertPlacemarkInteractor extends com.bc.ceres.swing.figure.FigureEditorInteractor
Interactor fort inserting pins and GCPs.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
InsertPlacemarkInteractor(PlacemarkDescriptor placemarkDescriptor)
-
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 interfacecom.bc.ceres.swing.figure.Interactor
- Overrides:
getCursor
in classcom.bc.ceres.swing.figure.AbstractInteractor
-
mousePressed
public void mousePressed(MouseEvent event)
- Specified by:
mousePressed
in interfaceMouseListener
- Overrides:
mousePressed
in classcom.bc.ceres.swing.figure.AbstractInteractor
-
mouseReleased
public void mouseReleased(MouseEvent event)
- Specified by:
mouseReleased
in interfaceMouseListener
- Overrides:
mouseReleased
in classcom.bc.ceres.swing.figure.AbstractInteractor
-
-