JGraph
v5.1


Uses of Class
org.jgraph.graph.GraphContext

Packages that use GraphContext
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. 
 

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 EdgeView.getHandle(GraphContext context)
          Returns a cell handle for the view.
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.
 

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.
 


JGraph
v5.1


Copyright (C) 2001-2004 Gaudenz Alder. All rights reserved.