Class MouseDraggedPaintableShape

java.lang.Object
ghidra.graph.viewer.renderer.PaintableShape
ghidra.graph.viewer.renderer.MouseDraggedPaintableShape

public class MouseDraggedPaintableShape extends PaintableShape
Paints a rectangle showing the start and end points of a drag.
  • Constructor Details

    • MouseDraggedPaintableShape

      public MouseDraggedPaintableShape(Point start, Point end, double tx, double ty)
  • Method Details