|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |