Class InsertEllipseFigureInteractor
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.InsertRectangularFigureInteractor
com.bc.ceres.swing.figure.interactions.InsertEllipseFigureInteractor
- All Implemented Interfaces:
Interactor,KeyListener,MouseListener,MouseMotionListener,EventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RectangularShapecreateRectangularShape(Point2D point) Methods inherited from class com.bc.ceres.swing.figure.interactions.InsertRectangularFigureInteractor
cancelInteraction, mouseDragged, mousePressed, mouseReleased, stopInteractionMethods inherited from class com.bc.ceres.swing.figure.FigureEditorInteractor
getFigureEditor, getViewportMethods 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, deactivate, getCursor, getListeners, isActive, isLeftMouseButtonDown, isMultiButton1Click, isSingleButton1Click, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mouseMoved, removeListener, startInteraction
-
Constructor Details
-
InsertEllipseFigureInteractor
public InsertEllipseFigureInteractor()
-
-
Method Details
-
createRectangularShape
- Specified by:
createRectangularShapein classInsertRectangularFigureInteractor
-