Package ghidra.graph.viewer.layout
Class Column
- java.lang.Object
-
- ghidra.graph.viewer.layout.Column
-
public class Column extends java.lang.ObjectA 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 aPoint2Dobject. That is, unlike theGridLocationMap, the x value of this object is in layout space and not indexes of a grid.
-
-
Constructor Summary
Constructors Constructor Description Column(int index)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPaddedWidth(boolean isCondensed)booleanisInitialized()java.lang.StringtoString()
-