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.basic |
Contains the BasicGraphUI, which is GraphUI's default implementation.
|
Modifier and Type | Field and Description |
---|---|
protected GraphContext |
VertexView.SizeHandle.context |
Modifier and Type | Method and Description |
---|---|
abstract CellHandle |
AbstractCellView.getHandle(GraphContext context)
Returns a cell handle for the view.
|
CellHandle |
PortView.getHandle(GraphContext context)
Returns
null . |
CellHandle |
CellView.getHandle(GraphContext context)
Returns a cell handle for the view.
|
CellHandle |
VertexView.getHandle(GraphContext context)
Returns a cell handle for the view, if the graph and the view are
sizeable.
|
CellHandle |
EdgeView.getHandle(GraphContext context)
Returns a cell handle for the view.
|
Constructor and Description |
---|
EdgeHandle(EdgeView edge,
GraphContext ctx) |
SizeHandle(VertexView vertexview,
GraphContext ctx) |
Modifier and Type | Field and Description |
---|---|
protected GraphContext |
BasicGraphUI.RootHandle.context |
Modifier and Type | Method and Description |
---|---|
protected GraphContext |
BasicGraphUI.createContext(JGraph graph,
java.lang.Object[] cells) |
GraphContext |
BasicGraphUI.RootHandle.getContext() |
Modifier and Type | Method and Description |
---|---|
CellHandle |
BasicGraphUI.createHandle(GraphContext context)
Constructs the "root handle" for
context . |
Constructor and Description |
---|
RootHandle(GraphContext ctx)
Creates a root handle which contains handles for the given cells.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.