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 SummaryConstructorsModifierConstructorDescriptionprotectedInsertPlacemarkInteractor(PlacemarkDescriptor placemarkDescriptor) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidmousePressed(MouseEvent event) voidmouseReleased(MouseEvent event) Methods inherited from class com.bc.ceres.swing.figure.FigureEditorInteractorgetFigureEditor, getViewportMethods inherited from class com.bc.ceres.swing.figure.ViewportInteractorgetModelToViewTransform, getViewToModelTransform, toModelPoint, toModelPoint, toModelShapeMethods inherited from class com.bc.ceres.swing.figure.AbstractInteractoractivate, addListener, cancelInteraction, deactivate, getListeners, isActive, isLeftMouseButtonDown, isMultiButton1Click, isSingleButton1Click, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, removeListener, startInteraction, stopInteraction
- 
Constructor Details- 
InsertPlacemarkInteractor
 
- 
- 
Method Details- 
getCursor- Specified by:
- getCursorin interface- com.bc.ceres.swing.figure.Interactor
- Overrides:
- getCursorin class- com.bc.ceres.swing.figure.AbstractInteractor
 
- 
mousePressed- Specified by:
- mousePressedin interface- MouseListener
- Overrides:
- mousePressedin class- com.bc.ceres.swing.figure.AbstractInteractor
 
- 
mouseReleased- Specified by:
- mouseReleasedin interface- MouseListener
- Overrides:
- mouseReleasedin class- com.bc.ceres.swing.figure.AbstractInteractor
 
 
-