Class RectangleDrawer
- java.lang.Object
-
- oracle.spatial.network.nfe.vis.maps.tools.RectangleDrawer
-
public class RectangleDrawer extends java.lang.Object
(non-Javadoc)
-
-
Field Summary
Fields Modifier and Type Field Description protected java.awt.geom.Rectangle2D
box
protected int
button
protected int
buttonMask
protected java.awt.geom.Point2D
start
protected ShapeDrawingLayer
targetLayer
-
Constructor Summary
Constructors Constructor Description RectangleDrawer(ShapeDrawingLayer targetLayer)
RectangleDrawer(ShapeDrawingLayer targetLayer, int button, int buttonMask)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handleEvent(java.util.EventObject evt)
-
-
-
Field Detail
-
targetLayer
protected ShapeDrawingLayer targetLayer
-
box
protected java.awt.geom.Rectangle2D box
-
start
protected java.awt.geom.Point2D start
-
button
protected int button
-
buttonMask
protected int buttonMask
-
-
Constructor Detail
-
RectangleDrawer
public RectangleDrawer(ShapeDrawingLayer targetLayer)
-
RectangleDrawer
public RectangleDrawer(ShapeDrawingLayer targetLayer, int button, int buttonMask)
-
-