Uses of Class
jlink.flowchart.graph.JLVertexPair

Packages that use JLVertexPair
jlink.flowchart.graph Collection of classes to form a model of a graph structure. 
 

Uses of JLVertexPair in jlink.flowchart.graph
 

Methods in jlink.flowchart.graph that return JLVertexPair
 JLVertexPair JLEdge.getJLVertexPair()
           
 

Methods in jlink.flowchart.graph with parameters of type JLVertexPair
 void JLEdge.setJLVertexPair(JLVertexPair vertexPair)