addedmethod:
columnsMap
java.util.Map<java.lang.Integer,ghidra.graph.viewer.layout.Column<V>> columnsMap()
addedmethod:
containsPoint
boolean containsPoint(ghidra.graph.viewer.layout.GridPoint p)
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()
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