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 Object
Basic class to calculate the position of an edge arrow
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateArrowTransform
(edu.uci.ics.jung.visualization.RenderContext<V, E> rc, Shape edgeShape, Shape vertexShape)
-
Constructor Details
-
VisualEdgeArrowRenderingSupport
public VisualEdgeArrowRenderingSupport()
-
-
Method Details
-
createArrowTransform
public AffineTransform createArrowTransform(edu.uci.ics.jung.visualization.RenderContext<V, E> rc, Shape edgeShape, Shape vertexShape)
-