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.graphpackage.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 GraphContextVertexView.SizeHandle. contextMethods in org.jgraph.graph with parameters of type GraphContext Modifier and Type Method Description abstract CellHandleAbstractCellView. getHandle(GraphContext context)Returns a cell handle for the view.CellHandleCellView. getHandle(GraphContext context)Returns a cell handle for the view.CellHandleEdgeView. getHandle(GraphContext context)Returns a cell handle for the view.CellHandlePortView. getHandle(GraphContext context)Returnsnull.CellHandleVertexView. 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 GraphContextBasicGraphUI.RootHandle. contextMethods in org.jgraph.plaf.basic that return GraphContext Modifier and Type Method Description protected GraphContextBasicGraphUI. createContext(JGraph graph, java.lang.Object[] cells)GraphContextBasicGraphUI.RootHandle. getContext()Methods in org.jgraph.plaf.basic with parameters of type GraphContext Modifier and Type Method Description CellHandleBasicGraphUI. 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.
-