Package ghidra.graph.viewer.renderer
Class PaintableShape
java.lang.Object
ghidra.graph.viewer.renderer.PaintableShape
- Direct Known Subclasses:
MouseClickedPaintableShape
,MouseDraggedLinePaintableShape
,MouseDraggedPaintableShape
A base class for shapes that can be painted on the graph. See
MouseDebugPaintable
.-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
PaintableShape
(double tx, double ty) PaintableShape
(Shape s, Color c) PaintableShape
(Shape s, Color c, Stroke stroke) -
Method Summary