Class MouseDraggedLinePaintableShape

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

public class MouseDraggedLinePaintableShape extends PaintableShape
Paints a line showing the start and end points of a drag operation.
  • Constructor Details

    • MouseDraggedLinePaintableShape

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