Package | Description |
---|---|
com.jgraph.navigation | |
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 | Class and Description |
---|---|
class |
PanningTool
Tool that inserts vertices based on a prototype.
|
Modifier and Type | Field and Description |
---|---|
protected BasicMarqueeHandler |
JGraph.marquee
Handler for marquee selection.
|
Modifier and Type | Method and Description |
---|---|
BasicMarqueeHandler |
JGraph.getMarqueeHandler()
Returns the
MarqueeHandler that will handle marquee
selection. |
Modifier and Type | Method and Description |
---|---|
void |
JGraph.setMarqueeHandler(BasicMarqueeHandler newMarquee)
Sets the
MarqueeHandler that will handle marquee
selection. |
Constructor and Description |
---|
JGraph(GraphModel model,
BasicMarqueeHandler mh)
Returns an instance of
JGraph which displays the specified
data model and assigns the specified marquee handler |
JGraph(GraphModel model,
GraphLayoutCache layoutCache,
BasicMarqueeHandler mh)
Returns an instance of
JGraph which displays the specified
data model using the specified view and assigns the specified marquee
handler |
Modifier and Type | Field and Description |
---|---|
protected BasicMarqueeHandler |
BasicGraphUI.marquee
Marquee that we are going to use.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicGraphUI.setMarquee(BasicMarqueeHandler marqueeHandler)
Sets the marquee handler.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.