Package | Description |
---|---|
org.jgraph |
JGraph's topmost package which contains the JGraph class.
|
org.jgraph.plaf.basic |
Contains the BasicGraphUI, which is GraphUI's default implementation.
|
Modifier and Type | Method and Description |
---|---|
GraphUI |
JGraph.getUI()
Returns the L&F object that renders this component.
|
Modifier and Type | Method and Description |
---|---|
void |
JGraph.setUI(GraphUI ui)
Sets the L&F object that renders this component.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicGraphUI
The basic L&F for a graph data structure.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.