Package ghidra.graph.viewer.layout
Class Column
java.lang.Object
ghidra.graph.viewer.layout.Column
A row in a grid. This class stores it's row index, its x offset and its width. The
x value is the layout space x value of a
Point2D
object. That is, unlike the
GridLocationMap
, the x value of this object is in layout space and not indexes
of a grid.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public int xThe layout x coordinate of the column -
width
public int width -
index
public int indexThe grid index of this column (0, 1...n) for the number of columns
-
-
Constructor Details
-
Column
public Column(int index)
-
-
Method Details