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.
|
org.yawlfoundation.yawl.editor.ui.net | |
org.yawlfoundation.yawl.worklet.graph |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
NetGraphUI
An override for a couple of paint methods
|
Modifier and Type | Class and Description |
---|---|
class |
ExletGraphUI |