Interface | Description |
---|---|
Graph | |
GraphBuilder |
Factory class used to create graphs.
|
Link | |
Node | |
ProcessLink | |
Routable | |
RoutingGrid | |
RoutingOptions | |
SwimlaneGrid |
Class | Description |
---|---|
AdjacencyMatrix | |
AnnealLayout | |
AnnealLayoutInfo | |
AssistantType |
Indicates the type of an assistant node in a tree.
|
BaseLayout |
Specifies how OrthogonalLayout should arrange nodes.
|
BaseList<E> |
All JLayout list classes inherit from this one.
|
BorderTreeLayout | |
CascadeLayout |
Performs cascading layout on simple, connected graphs.
|
CascadeLayoutInfo |
Contains settings for the CascadeLayout class.
|
CascadeLayoutStatistics |
Encapsulates information about a cascade layout which has already complete.
|
CenterTreeLayout | |
CircularLayout | |
CircularLayoutInfo | |
DatabaseLayout |
Performs one-way layout on a graph.
|
DatabaseLayoutInfo |
Contains settings for the
DatabaseLayout class. |
DecisionLayout |
Performs decision layout on a graph.
|
DecisionLayoutInfo |
Contains settings for the
DecisionLayout class. |
FlowchartLayout | |
FlowchartLayoutInfo | |
FractalLayout | |
GraphLibUtilities |
Provides utility methods for operating with the MindFusion.Graphs library.
|
GraphNodeHashMap | |
GraphSplitter | |
GridLayout | |
GridLayoutInfo | |
HierarchicalLayout |
Performs hierarchical layout on simple, connected, level-planar graphs.
|
HierarchicalLayoutInfo |
Contains settings for the
HierarchicalLayout class. |
LayerComparator | |
LayerDistributor | |
LayeredLayout | |
LayeredLayoutInfo | |
LayeredLayoutNodeData | |
LayeredLayoutStatistics |
Encapsulates information about a layered layout which has already complete.
|
Layout | |
LayoutRules |
Summary description for LayoutRules.
|
LinkList | |
LinkOperations | |
NodeList | |
NodeOrderComparer | |
NodeOrderComparer2 | |
OneWayLayout |
Performs one-way layout on a graph.
|
OneWayLayoutInfo |
Contains settings for the
OneWayLayout class. |
OrthogonalBendLinks | |
OrthogonalLayout | |
OrthogonalLayoutInfo | |
OrthogonalRouter | |
OrthogonalRouterInfo | |
Pair |
Represents a coupling between two arbitrary objects.
|
Path | |
PathFinder | |
PathList | |
PathNode | |
PointList | |
PointOperations | |
RadialTreeLayout | |
RandomFactory |
A replacement of java.util.Random that return values from a file, so it
is equvalent to its .NET version
Used to compare results of java and .NET algorithms using random generator
|
RouteDescriptor | |
RouteHeuristics | |
Router | |
SortOrder | |
SpringLayout | |
SpringLayoutInfo | |
SwimlaneLayout |
Performs layered layout on a graph.
|
SwimlaneLayoutInfo |
Contains settings for the
SwimlaneLayout class. |
TopologicalLayout | |
TopologicalLayoutInfo | |
TransparentGraphNode |
A GraphNode wrapper which when checked for equality with another
TransparentGraphNode returns true if its GraphNode.getNode() is
equal to the target TransparentGraphNode's GraphNode.getNode().
|
TreeLayoutInfo | |
TreeLevels | |
TreeMapLayout |
Performs tree map layout on a graph.
|
TreeMapLayoutInfo |
Contains settings for the
TreeMapLayout class. |
TriangularLayout |
Performs triangular layout on simple, connected graphs.
|
TriangularLayoutInfo |
Contains settings for the
TriangularLayout class. |
XBoundsComparer | |
XDimension2D | |
XDimension2D.Double |
Enum | Description |
---|---|
Direction |
Specifies layout direction.
|
FlowLayoutTraits |
Values used as keys in FlowLayout rules.
|
HierarchicalLayoutTraits |
Indicates item traits specific to hierarchical layouts.
|
LayeredLayoutTraits |
Indicates item traits specific to layered layouts.
|
SpringLayoutTraits |
Indicates item traits specific to SpringLayout.
|
SwimlaneLayoutTraits |
Indicates item traits specific to swimlane layouts.
|
TreeLayoutBalance |
Specifies how to order child nodes in order to produce layouts
with custom balance.
|
TreeLayoutDirection |
The members of this enumeration specify the overall direction of the
layouts produced by the
TreeLayout class. |
TreeLayoutTraits |
Indicates item traits specific to tree layouts.
|
TreeMapLayoutTraits |
Indicates item traits specific to tree map layouts.
|