Uses of Class
com.jgraph.algebra.JGraphAlgebra
Packages that use JGraphAlgebra
Package
Description
JGraphLayout algebra package which contains graph algorithms and datastructures.
JGraphLayout's topmost package which contains the basic layout classes and interfaces.
-
Uses of JGraphAlgebra in com.jgraph.algebra
Fields in com.jgraph.algebra declared as JGraphAlgebraModifier and TypeFieldDescriptionprotected static JGraphAlgebraJGraphAlgebra.sharedInstanceHolds the shared instance of this class.Methods in com.jgraph.algebra that return JGraphAlgebraMethods in com.jgraph.algebra with parameters of type JGraphAlgebraModifier and TypeMethodDescriptionstatic voidJGraphAlgebra.setSharedInstance(JGraphAlgebra sharedInstance) Sets the shared instance of this class. -
Uses of JGraphAlgebra in com.jgraph.layout
Fields in com.jgraph.layout declared as JGraphAlgebraModifier and TypeFieldDescriptionprotected JGraphAlgebraJGraphFacade.algebraThe default graph algebra used for basic algorithms and functions.Constructors in com.jgraph.layout with parameters of type JGraphAlgebraModifierConstructorDescriptionJGraphFacade(GraphLayoutCache cache, Object[] roots, boolean ignoresHiddenCells, boolean ignoresCellsInGroups, boolean ignoresUnconnectedCells, boolean directed, JGraphCostFunction distanceCostFunction, JGraphAlgebra algebra) Creates a JGraphFacade specifying the graph passed in as the input graph.JGraphFacade(GraphModel model, Object[] roots, boolean ignoresHiddenCells, boolean ignoresCellsInGroups, boolean ignoresUnconnectedCells, boolean directed, JGraphCostFunction distanceCostFunction, JGraphAlgebra algebra) Creates a JGraphGenericFacade specifying the graph passed in as the input graph.JGraphFacade(GraphModel model, GraphLayoutCache cache, Object[] roots, boolean ignoresHiddenCells, boolean ignoresCellsInGroups, boolean ignoresUnconnectedCells, boolean directed, JGraphCostFunction distanceCostFunction, JGraphAlgebra algebra) Creates a JGraphGenericFacade specifying the graph passed in as the input graph.JGraphFacade(JGraph graph, Object[] roots, boolean ignoresHiddenCells, boolean ignoresCellsInGroups, boolean ignoresUnconnectedCells, boolean directed, JGraphCostFunction distanceCostFunction, JGraphAlgebra algebra) Creates a JGraphGraphFacade specifying the graph passed in as the input graph.JGraphModelFacade(GraphModel model, Object[] roots, boolean ignoresHiddenCells, boolean ignoresCellsInGroups, boolean ignoresUnconnectedCells, boolean directed, JGraphCostFunction distanceCostFunction, JGraphAlgebra algebra) Creates a JGraphGraphFacade specifying the graph passed in as the input graph.