Package ghidra.graph.viewer.renderer
Class MouseClickedPaintableShape
java.lang.Object
ghidra.graph.viewer.renderer.PaintableShape
ghidra.graph.viewer.renderer.MouseClickedPaintableShape
A debugging shape painter that allows the user to see where a mouse clicked happened.
-
Field Summary
Fields inherited from class ghidra.graph.viewer.renderer.PaintableShape
color, shape, shapeFinished, stroke, tx, ty
-
Constructor Summary
ConstructorDescriptionMouseClickedPaintableShape
(Point p, double tx, double ty) MouseClickedPaintableShape
(Point p, double tx, double ty, Color color) -
Method Summary
Methods inherited from class ghidra.graph.viewer.renderer.PaintableShape
getColor, getShape, getStroke, getTx, getTy, isShapeFinished, paint, shapeFinished
-
Constructor Details
-
MouseClickedPaintableShape
-
MouseClickedPaintableShape
-