Uses of Class
jlink.flowchart.graph.JLGraph

Packages that use JLGraph
jlink.example Collections of example programs which demonstrate the usage of JLink and all of its features. 
jlink.flowchart This package contains the major components of the JLink library. 
 

Uses of JLGraph in jlink.example
 

Fields in jlink.example declared as JLGraph
 JLGraph JLinkGraphModelExample.toast
           
 

Uses of JLGraph in jlink.flowchart
 

Fields in jlink.flowchart declared as JLGraph
protected  JLGraph JLFlowchart.g
           
 

Methods in jlink.flowchart that return JLGraph
 JLGraph JLFlowchart.getGraph()
           
 

Methods in jlink.flowchart with parameters of type JLGraph
 void JLFlowchart.setGraph(JLGraph graph)
           
 

Constructors in jlink.flowchart with parameters of type JLGraph
JLFlowchart(JLGraph graph)
           
JLFlowchart(JLGraph graph, int type, java.awt.Color backgroundColor, java.awt.Color borderColor, java.awt.Color shadowColor, java.awt.Dimension size)