Uses of Class
com.jgraph.plaf.GraphUI

Packages that use GraphUI
com.jgraph JGraph's topmost package which contains the JGraph class. 
com.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation. 
 

Uses of GraphUI in com.jgraph
 

Methods in com.jgraph that return GraphUI
 GraphUI JGraph.getUI()
          Returns the L&F object that renders this component.
 

Methods in com.jgraph with parameters of type GraphUI
 void JGraph.setUI(GraphUI ui)
          Sets the L&F object that renders this component.
 

Uses of GraphUI in com.jgraph.plaf.basic
 

Subclasses of GraphUI in com.jgraph.plaf.basic
 class BasicGraphUI
          The basic L&F for a graph data structure.