Class LayoutPositions<V extends VisualVertex,E extends VisualEdge<V>>

java.lang.Object
ghidra.graph.viewer.layout.LayoutPositions<V,E>

public class LayoutPositions<V extends VisualVertex,E extends VisualEdge<V>> extends Object
Simple container class to hold vertex locations (points) and edge articulation locations (points). The only complicated code in this class is the use of transformers to create copies of the given points as they are accessed so that the original points remain unmodified.