Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
com.yworks.yfiles.layout.hierarchic |
Provides hierarchic layout style algorithms.
|
com.yworks.yfiles.layout.router |
Provides classes for automatic routing of the edges in a graph.
|
com.yworks.yfiles.layout.router.polyline |
Provides classes and interfaces for automatic polyline routing of the edges of a graph.
|
Modifier and Type | Field and Description |
---|---|
static NodeDpKey<PortCandidateSet> |
PortCandidateSet.NODE_PORT_CANDIDATE_SET_DPKEY
A
DataProvider key for specifying a port candidate set for each node.
|
Modifier and Type | Method and Description |
---|---|
ItemMapping<INode,PortCandidateSet> |
RecursiveGroupLayoutData.getNodePortCandidateSets()
Gets a mapping from nodes to their
PortCandidateSet . |
Modifier and Type | Method and Description |
---|---|
void |
RecursiveGroupLayoutData.setNodePortCandidateSets(ItemMapping<INode,PortCandidateSet> value)
Sets a mapping from nodes to their
PortCandidateSet . |
Modifier and Type | Method and Description |
---|---|
ItemMapping<INode,PortCandidateSet> |
HierarchicLayoutData.getNodePortCandidateSets()
Gets a mapping from nodes to their
PortCandidateSet . |
Modifier and Type | Method and Description |
---|---|
void |
HierarchicLayoutData.setNodePortCandidateSets(ItemMapping<INode,PortCandidateSet> value)
Sets a mapping from nodes to their
PortCandidateSet . |
Modifier and Type | Method and Description |
---|---|
ItemMapping<INode,PortCandidateSet> |
OrthogonalPatternEdgeRouterData.getNodePortCandidateSets()
Gets a mapping from nodes to their
PortCandidateSet . |
ItemMapping<INode,PortCandidateSet> |
BusRouterData.getNodePortCandidateSets()
Gets a mapping from nodes to their
PortCandidateSet . |
Modifier and Type | Method and Description |
---|---|
void |
OrthogonalPatternEdgeRouterData.setNodePortCandidateSets(ItemMapping<INode,PortCandidateSet> value)
Sets a mapping from nodes to their
PortCandidateSet . |
void |
BusRouterData.setNodePortCandidateSets(ItemMapping<INode,PortCandidateSet> value)
Sets a mapping from nodes to their
PortCandidateSet . |
Modifier and Type | Method and Description |
---|---|
ItemMapping<INode,PortCandidateSet> |
PolylineEdgeRouterData.getNodePortCandidateSets()
Gets a mapping from nodes to their
PortCandidateSet . |
Modifier and Type | Method and Description |
---|---|
void |
PolylineEdgeRouterData.setNodePortCandidateSets(ItemMapping<INode,PortCandidateSet> value)
Sets a mapping from nodes to their
PortCandidateSet . |