Uses of Class
com.jgraph.graph.GraphContext

Packages that use GraphContext
com.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package. 
com.jgraph.plaf.basic Contains the BasicGraphUI, which is GraphUI's default implementation. 
 

Uses of GraphContext in com.jgraph.graph
 

Fields in com.jgraph.graph declared as GraphContext
protected  GraphContext VertexView.SizeHandle.context
           
 

Methods in com.jgraph.graph with parameters of type GraphContext
 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.
 CellHandle EdgeView.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 PortView.getHandle(GraphContext context)
          Returns null.
 

Constructors in com.jgraph.graph with parameters of type GraphContext
EdgeView.EdgeHandle(EdgeView edge, GraphContext ctx)
           
VertexView.SizeHandle(VertexView vertexview, GraphContext ctx)
           
 

Uses of GraphContext in com.jgraph.plaf.basic
 

Fields in com.jgraph.plaf.basic declared as GraphContext
protected  GraphContext BasicGraphUI.RootHandle.context
           
 

Methods in com.jgraph.plaf.basic that return GraphContext
 GraphContext BasicGraphUI.RootHandle.getContext()
           
 

Methods in com.jgraph.plaf.basic with parameters of type GraphContext
 CellHandle BasicGraphUI.createHandle(GraphContext context)
          Constructs the "root handle" for context.
 

Constructors in com.jgraph.plaf.basic with parameters of type GraphContext
BasicGraphUI.RootHandle(GraphContext ctx)
          Creates a root handle which contains handles for the given cells.