|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphContext | |
---|---|
org.jgraph.graph | |
org.jgraph.plaf.basic |
Uses of GraphContext in org.jgraph.graph |
---|
Fields in org.jgraph.graph declared as GraphContext | |
---|---|
protected GraphContext |
VertexView.SizeHandle.context
|
Methods in org.jgraph.graph with parameters of type GraphContext | |
---|---|
CellHandle |
VertexView.getHandle(GraphContext context)
Returns a cell handle for the view, if the graph and the view are sizeable. |
CellHandle |
PortView.getHandle(GraphContext context)
Returns null . |
CellHandle |
EdgeView.getHandle(GraphContext context)
Returns a cell handle for the view. |
CellHandle |
CellView.getHandle(GraphContext context)
Returns a cell handle for the view. |
abstract CellHandle |
AbstractCellView.getHandle(GraphContext context)
Returns a cell handle for the view. |
Constructors in org.jgraph.graph with parameters of type GraphContext | |
---|---|
EdgeView.EdgeHandle(EdgeView edge,
GraphContext ctx)
|
|
VertexView.SizeHandle(VertexView vertexview,
GraphContext ctx)
|
Uses of GraphContext in org.jgraph.plaf.basic |
---|
Fields in org.jgraph.plaf.basic declared as GraphContext | |
---|---|
protected GraphContext |
BasicGraphUI.RootHandle.context
|
Methods in org.jgraph.plaf.basic that return GraphContext | |
---|---|
protected GraphContext |
BasicGraphUI.createContext(JGraph graph,
Object[] cells)
|
GraphContext |
BasicGraphUI.RootHandle.getContext()
|
Methods in org.jgraph.plaf.basic with parameters of type GraphContext | |
---|---|
CellHandle |
BasicGraphUI.createHandle(GraphContext context)
Constructs the "root handle" for context . |
Constructors in org.jgraph.plaf.basic with parameters of type GraphContext | |
---|---|
BasicGraphUI.RootHandle(GraphContext ctx)
Creates a root handle which contains handles for the given cells. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |