| Package | Description |
|---|---|
| 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 |
Contains the GraphUI class which extends the Swing ComponentUI class.
|
| org.jgraph.plaf.basic |
Contains the BasicGraphUI, which is GraphUI's default implementation.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EdgeView.EdgeHandle |
static class |
VertexView.SizeHandle |
| Modifier and Type | Method and Description |
|---|---|
CellHandle |
VertexView.getHandle(GraphContext context)
Returns a cell handle for the view, if the graph and the view are
sizeable.
|
CellHandle |
CellView.getHandle(GraphContext context)
Returns a cell handle for the view.
|
CellHandle |
PortView.getHandle(GraphContext context)
Returns
null. |
CellHandle |
EdgeView.getHandle(GraphContext context)
Returns a cell handle for the view.
|
abstract CellHandle |
AbstractCellView.getHandle(GraphContext context)
Returns a cell handle for the view.
|
| Modifier and Type | Method and Description |
|---|---|
abstract CellHandle |
GraphUI.getHandle()
Returns the
CellHandle that is currently active,
or null if no handle is active. |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicGraphUI.RootHandle |
| Modifier and Type | Field and Description |
|---|---|
protected CellHandle |
BasicGraphUI.RootHandle.activeHandle
The handle that consumed the last mousePressedEvent.
|
protected CellHandle |
BasicGraphUI.handle
Handle that we are going to use.
|
protected CellHandle[] |
BasicGraphUI.RootHandle.handles |
| Modifier and Type | Method and Description |
|---|---|
CellHandle |
BasicGraphUI.createHandle(GraphContext context)
Constructs the "root handle" for
context. |
CellHandle |
BasicGraphUI.getHandle()
Returns the handle that is currently active, or null, if no handle is
currently active.
|
Copyright (C) 2001-2008 Gaudenz Alder. All rights reserved.