Package com.bc.ceres.swing.figure
Class FigureEditorInteractor
java.lang.Object
com.bc.ceres.swing.figure.AbstractInteractor
com.bc.ceres.swing.figure.ViewportInteractor
com.bc.ceres.swing.figure.FigureEditorInteractor
- All Implemented Interfaces:
Interactor,KeyListener,MouseListener,MouseMotionListener,EventListener
- Direct Known Subclasses:
InsertLineFigureInteractor,InsertMultiPointFigureInteractor,InsertRectangularFigureInteractor,SelectionInteractor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFigureEditor(InputEvent inputEvent) protected ViewportgetViewport(InputEvent inputEvent) Methods inherited from class com.bc.ceres.swing.figure.ViewportInteractor
getModelToViewTransform, getViewToModelTransform, toModelPoint, toModelPoint, toModelShapeMethods inherited from class com.bc.ceres.swing.figure.AbstractInteractor
activate, addListener, cancelInteraction, deactivate, getCursor, getListeners, isActive, isLeftMouseButtonDown, isMultiButton1Click, isSingleButton1Click, keyPressed, keyReleased, keyTyped, mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseReleased, removeListener, startInteraction, stopInteraction
-
Constructor Details
-
FigureEditorInteractor
protected FigureEditorInteractor()
-
-
Method Details
-
getFigureEditor
-
getViewport
- Overrides:
getViewportin classViewportInteractor
-