Package ghidra.graph.viewer.renderer
Class GridPainter
java.lang.Object
ghidra.graph.viewer.renderer.GridPainter
Class for painting the underlying grid used to layout a graph. Used as a visual aid when
debugging grid based graph layouts.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
paintLayoutGridCells
(edu.uci.ics.jung.visualization.RenderContext<?, ?> renderContext, edu.uci.ics.jung.algorithms.layout.Layout<?, ?> layout)
-
Constructor Details
-
GridPainter
-
-
Method Details
-
paintLayoutGridCells
public void paintLayoutGridCells(edu.uci.ics.jung.visualization.RenderContext<?, ?> renderContext, edu.uci.ics.jung.algorithms.layout.Layout<?, ?> layout)
-