Package ghidra.graph.viewer.renderer
Class MouseDraggedLinePaintableShape
java.lang.Object
ghidra.graph.viewer.renderer.PaintableShape
ghidra.graph.viewer.renderer.MouseDraggedLinePaintableShape
Paints a line showing the start and end points of a drag operation.
-
Field Summary
Fields inherited from class ghidra.graph.viewer.renderer.PaintableShape
color, shape, shapeFinished, stroke, tx, ty
-
Constructor Summary
ConstructorDescriptionMouseDraggedLinePaintableShape
(Point start, Point end, double tx, double ty) -
Method Summary
Methods inherited from class ghidra.graph.viewer.renderer.PaintableShape
getColor, getShape, getStroke, getTx, getTy, isShapeFinished, shapeFinished
-
Constructor Details
-
MouseDraggedLinePaintableShape
-
-
Method Details
-
addPoint
-
paint
- Overrides:
paint
in classPaintableShape
-