Class InsertRectangleFigureInteractor
- 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.InsertRectangleFigureInteractor
 
 
 
 
 
- 
- All Implemented Interfaces:
- Interactor,- KeyListener,- MouseListener,- MouseMotionListener,- EventListener
 
 public class InsertRectangleFigureInteractor extends InsertRectangularFigureInteractor 
- 
- 
Constructor SummaryConstructors Constructor Description InsertRectangleFigureInteractor()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected RectangularShapecreateRectangularShape(Point2D point)- 
Methods inherited from class com.bc.ceres.swing.figure.interactions.InsertRectangularFigureInteractorcancelInteraction, mouseDragged, mousePressed, mouseReleased, stopInteraction
 - 
Methods inherited from class com.bc.ceres.swing.figure.FigureEditorInteractorgetFigureEditor, getViewport
 - 
Methods inherited from class com.bc.ceres.swing.figure.ViewportInteractorgetModelToViewTransform, getViewToModelTransform, toModelPoint, toModelPoint, toModelShape
 - 
Methods inherited from class com.bc.ceres.swing.figure.AbstractInteractoractivate, addListener, deactivate, getCursor, getListeners, isActive, isLeftMouseButtonDown, isMultiButton1Click, isSingleButton1Click, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mouseMoved, removeListener, startInteraction
 
- 
 
- 
- 
- 
Method Detail- 
createRectangularShapeprotected RectangularShape createRectangularShape(Point2D point) - Specified by:
- createRectangularShapein class- InsertRectangularFigureInteractor
 
 
- 
 
-