JGraph
v5.1


Uses of Class
org.jgraph.plaf.GraphUI

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

Uses of GraphUI in org.jgraph
 

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

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

Uses of GraphUI in org.jgraph.plaf.basic
 

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


JGraph
v5.1


Copyright (C) 2001-2004 Gaudenz Alder. All rights reserved.