Package | Description |
---|---|
com.jgraph.navigation | |
org.jgraph.graph |
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package. |
org.jgraph.plaf.basic |
Contains the BasicGraphUI, which is GraphUI's default implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphNavigator |
Modifier and Type | Method and Description |
---|---|
GraphLayoutCacheListener[] |
GraphLayoutCache.getGraphLayoutCacheListeners()
Return an array of all GraphLayoutCacheListener that were added to this
model.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphLayoutCache.addGraphLayoutCacheListener(GraphLayoutCacheListener l)
Adds a listener for the GraphLayoutCacheEvent posted after the graph
layout cache changes.
|
void |
GraphLayoutCache.removeGraphLayoutCacheListener(GraphLayoutCacheListener l)
Removes a listener previously added with addGraphLayoutCacheListener()
.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicGraphUI.GraphLayoutCacheHandler
Listens for changes in the graph view and updates the size accordingly.
|
Modifier and Type | Field and Description |
---|---|
protected GraphLayoutCacheListener |
BasicGraphUI.graphLayoutCacheListener
Updates the display when the view has changed.
|
Modifier and Type | Method and Description |
---|---|
protected GraphLayoutCacheListener |
BasicGraphUI.createGraphLayoutCacheListener()
Returns a listener that can update the graph when the view changes.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.