Uses of Class
org.jgraph.graph.GraphContext
-
Packages that use GraphContext Package Description org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.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 Modifier and Type Field Description protected GraphContext
VertexView.SizeHandle. context
Methods in org.jgraph.graph with parameters of type GraphContext Modifier and Type Method Description abstract CellHandle
AbstractCellView. getHandle(GraphContext context)
Returns a cell handle for the view.CellHandle
CellView. getHandle(GraphContext context)
Returns a cell handle for the view.CellHandle
EdgeView. getHandle(GraphContext context)
Returns a cell handle for the view.CellHandle
PortView. getHandle(GraphContext context)
Returnsnull
.CellHandle
VertexView. getHandle(GraphContext context)
Returns a cell handle for the view, if the graph and the view are sizeable.Constructors in org.jgraph.graph with parameters of type GraphContext Constructor Description EdgeHandle(EdgeView edge, GraphContext ctx)
SizeHandle(VertexView vertexview, GraphContext ctx)
-
Uses of GraphContext in org.jgraph.plaf.basic
Fields in org.jgraph.plaf.basic declared as GraphContext Modifier and Type Field Description protected GraphContext
BasicGraphUI.RootHandle. context
Methods in org.jgraph.plaf.basic that return GraphContext Modifier and Type Method Description protected GraphContext
BasicGraphUI. createContext(JGraph graph, java.lang.Object[] cells)
GraphContext
BasicGraphUI.RootHandle. getContext()
Methods in org.jgraph.plaf.basic with parameters of type GraphContext Modifier and Type Method Description CellHandle
BasicGraphUI. createHandle(GraphContext context)
Constructs the "root handle" forcontext
.Constructors in org.jgraph.plaf.basic with parameters of type GraphContext Constructor Description RootHandle(GraphContext ctx)
Creates a root handle which contains handles for the given cells.
-