Package ghidra.graph.viewer.renderer
Class MouseDebugPaintable
- java.lang.Object
-
- ghidra.graph.viewer.renderer.MouseDebugPaintable
-
- All Implemented Interfaces:
edu.uci.ics.jung.visualization.VisualizationServer.Paintable
public class MouseDebugPaintable extends java.lang.Object implements edu.uci.ics.jung.visualization.VisualizationServer.Paintable
-
-
Constructor Summary
Constructors Constructor Description MouseDebugPaintable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addShape(PaintableShape shape, GraphViewer<?,?> graphViewer)
void
clear()
void
paint(java.awt.Graphics g)
boolean
useTransform()
-
-
-
Method Detail
-
useTransform
public boolean useTransform()
- Specified by:
useTransform
in interfaceedu.uci.ics.jung.visualization.VisualizationServer.Paintable
-
paint
public void paint(java.awt.Graphics g)
- Specified by:
paint
in interfaceedu.uci.ics.jung.visualization.VisualizationServer.Paintable
-
addShape
public void addShape(PaintableShape shape, GraphViewer<?,?> graphViewer)
-
clear
public void clear()
-
-