| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Field and Description |
|---|---|
protected static JGraphAlgebra |
JGraphAlgebra.sharedInstance
Holds the shared instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
static JGraphAlgebra |
JGraphAlgebra.getSharedInstance() |
| Modifier and Type | Method and Description |
|---|---|
static void |
JGraphAlgebra.setSharedInstance(JGraphAlgebra sharedInstance)
Sets the shared instance of this class.
|
| Modifier and Type | Field and Description |
|---|---|
protected JGraphAlgebra |
JGraphFacade.algebra
The default graph algebra used for basic algorithms and functions.
|
| Constructor and Description |
|---|
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.
|
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.