Package ghidra.graph.viewer.layout
Class GridPoint
java.lang.Object
ghidra.graph.viewer.layout.GridPoint
Row and column information for points in a
GridLocationMap. Using these instead
of java Points, makes the code that translates from grid space to layout space much less
confusing.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
row
public int row -
col
public int col
-
-
Constructor Details
-
GridPoint
public GridPoint(int row, int col) -
GridPoint
-
-
Method Details