|
JGraph
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JGraphAlgebra | |
---|---|
com.jgraph.algebra | JGraphLayout algebra package which contains graph algorithms and datastructures. |
com.jgraph.layout | 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 JGraphAlgebra | |
---|---|
protected static JGraphAlgebra |
JGraphAlgebra.sharedInstance
Holds the shared instance of this class. |
Methods in com.jgraph.algebra that return JGraphAlgebra | |
---|---|
static JGraphAlgebra |
JGraphAlgebra.getSharedInstance()
|
Methods in com.jgraph.algebra with parameters of type JGraphAlgebra | |
---|---|
static void |
JGraphAlgebra.setSharedInstance(JGraphAlgebra sharedInstance)
Sets the shared instance of this class. |
Uses of JGraphAlgebra in com.jgraph.layout |
---|
Fields in com.jgraph.layout declared as JGraphAlgebra | |
---|---|
protected JGraphAlgebra |
JGraphFacade.algebra
The default graph algebra used for basic algorithms and functions. |
Constructors in com.jgraph.layout with parameters of type JGraphAlgebra | |
---|---|
JGraphFacade(GraphLayoutCache cache,
java.lang.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,
GraphLayoutCache cache,
java.lang.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,
java.lang.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,
java.lang.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,
java.lang.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. |
|
JGraph
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |