Package ghidra.graph.viewer.edge
Class VisualEdgeArrowRenderingSupport<V extends VisualVertex,E extends VisualEdge<V>>
- java.lang.Object
-
- ghidra.graph.viewer.edge.VisualEdgeArrowRenderingSupport<V,E>
-
- Type Parameters:
V
- the vertex typeE
- the edge type
public class VisualEdgeArrowRenderingSupport<V extends VisualVertex,E extends VisualEdge<V>> extends java.lang.Object
Basic class to calculate the position of an edge arrow
-
-
Constructor Summary
Constructors Constructor Description VisualEdgeArrowRenderingSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.AffineTransform
createArrowTransform(edu.uci.ics.jung.visualization.RenderContext<V,E> rc, java.awt.Shape edgeShape, java.awt.Shape vertexShape)
-