Documentation of 'edu.uci.ics.jung.visualization.decorators.EdgeShape' Java class
EdgeShape
edu.uci.ics.jung.visualization.decorators

Class EdgeShape<V,E>

  • Type Parameters:
    V - the vertex type
    E - the edge type


    public class EdgeShape<V,E>
    extends java.lang.Object
    An interface for decorators that return a Shape for a specified edge.

    All edge shapes must be defined so that their endpoints are at (0,0) and (1,0). They will be scaled, rotated and translated into position by the PluggableRenderer.

    Examples for getting EdgeShape instances:

    • EdgeShape lineShape = EdgeShape.line(graph);
    • EdgeShape quadCurveShape = EdgeShape.quadCurve(graph);
    • (etc.)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.