Class InsertPolylineFigureInteractor
java.lang.Object
com.bc.ceres.swing.figure.AbstractInteractor
com.bc.ceres.swing.figure.ViewportInteractor
com.bc.ceres.swing.figure.FigureEditorInteractor
com.bc.ceres.swing.figure.interactions.InsertMultiPointFigureInteractor
com.bc.ceres.swing.figure.interactions.InsertPolylineFigureInteractor
- All Implemented Interfaces:
Interactor
,KeyListener
,MouseListener
,MouseMotionListener
,EventListener
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bc.ceres.swing.figure.interactions.InsertMultiPointFigureInteractor
cancelInteraction, createPath, getPoints, isPolygonal, mouseClicked, mouseMoved, mouseReleased, stopInteraction
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, deactivate, getCursor, getListeners, isActive, isLeftMouseButtonDown, isMultiButton1Click, isSingleButton1Click, keyPressed, keyReleased, keyTyped, mouseDragged, mouseEntered, mouseExited, mousePressed, removeListener, startInteraction
-
Constructor Details
-
InsertPolylineFigureInteractor
public InsertPolylineFigureInteractor()
-