Package ghidra.graph.viewer.layout
Class Column
- java.lang.Object
-
- ghidra.graph.viewer.layout.Column
-
public class Column extends java.lang.Object
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 aPoint2D
object. 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 int
getPaddedWidth(boolean isCondensed)
boolean
isInitialized()
java.lang.String
toString()
-