GridLocationMap

Package: ghidra.graph.viewer.layout
Type: class

12.0_PUBLIC

addedmethod: getRootRow
int getRootRow()
addedmethod: getVertexRowRanges
ghidra.graph.viewer.layout.GridRange[] getVertexRowRanges()

11.3_PUBLIC

addedmethod: columnsMap
java.util.Map<java.lang.Integer,ghidra.graph.viewer.layout.Column<V>> columnsMap()
addedmethod: containsEdge
boolean containsEdge(E e)
addedmethod: containsPoint
boolean containsPoint(ghidra.graph.viewer.layout.GridPoint p)
addedmethod: containsVertex
boolean containsVertex(V v)
addedmethod: getRootColumn
int getRootColumn()
addedmethod: getVertexColumnRanges
ghidra.graph.viewer.layout.GridRange[] getVertexColumnRanges()
addedmethod: getVertexPoints
java.util.Map<V,ghidra.graph.viewer.layout.GridPoint> getVertexPoints()
addedmethod: gridPoint
ghidra.graph.viewer.layout.GridPoint gridPoint(V vertex)
addedmethod: height
int height()
addedmethod: rowsMap
java.util.Map<java.lang.Integer,ghidra.graph.viewer.layout.Row<V>> rowsMap()
addedmethod: set
void set(V v, ghidra.graph.viewer.layout.GridPoint gridPoint)
addedmethod: shift
void shift(int rowShift, int colShift)
addedmethod: width
int width()
addedmethod: zeroAlignGrid
void zeroAlignGrid()
modifiedfield: edgePoints
type: Map → Map
- java.util.Map<E,java.util.List<java.awt.Point>> edgePoints
+ java.util.Map<E,java.util.List<ghidra.graph.viewer.layout.GridPoint>> edgePoints
modifiedmethod: getArticulations
return type: List → List
- java.util.List<java.awt.Point> getArticulations(E edge)
+ java.util.List<ghidra.graph.viewer.layout.GridPoint> getArticulations(E edge)
modifiedfield: vertexPoints
type: Map → Map
- java.util.Map<V,java.awt.Point> vertexPoints
+ java.util.Map<V,ghidra.graph.viewer.layout.GridPoint> vertexPoints

9.0.1_PUBLIC

introducedInitial version