Uses of Class
org.jgraph.graph.GraphContext
Packages that use GraphContext
Package
Description
Graphs are made up of a number of classes and interfaces defined in their own
package - the
jgraph.graph package.Contains the BasicGraphUI, which is GraphUI's default implementation.
-
Uses of GraphContext in org.jgraph.graph
Fields in org.jgraph.graph declared as GraphContextMethods in org.jgraph.graph with parameters of type GraphContextModifier and TypeMethodDescriptionabstract CellHandleAbstractCellView.getHandle(GraphContext context) Returns a cell handle for the view.CellView.getHandle(GraphContext context) Returns a cell handle for the view.EdgeView.getHandle(GraphContext context) Returns a cell handle for the view.PortView.getHandle(GraphContext context) Returnsnull.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 GraphContextModifierConstructorDescriptionEdgeHandle(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 GraphContextMethods in org.jgraph.plaf.basic that return GraphContextModifier and TypeMethodDescriptionprotected GraphContextBasicGraphUI.createContext(JGraph graph, Object[] cells) BasicGraphUI.RootHandle.getContext()Methods in org.jgraph.plaf.basic with parameters of type GraphContextModifier and TypeMethodDescriptionBasicGraphUI.createHandle(GraphContext context) Constructs the "root handle" forcontext.Constructors in org.jgraph.plaf.basic with parameters of type GraphContextModifierConstructorDescriptionRootHandle(GraphContext ctx) Creates a root handle which contains handles for the given cells.