Package | Description |
---|---|
com.yworks.yfiles.layout |
Provides essential classes and interfaces that constitute the infrastructure for automatic graph layout generation.
|
Modifier and Type | Method and Description |
---|---|
static PartitionLayout.IInterEdgeRouter |
PartitionLayout.IInterEdgeRouter.createChannelInterEdgeRouter()
com.yworks.yfiles.layout.PartitionLayout.ChannelInterEdgeRouter routes inter-edges using ChannelEdgeRouter . |
static PartitionLayout.IInterEdgeRouter |
PartitionLayout.IInterEdgeRouter.createChannelInterEdgeRouter(ChannelEdgeRouter router)
com.yworks.yfiles.layout.PartitionLayout.ChannelInterEdgeRouter routes inter-edges using ChannelEdgeRouter . |
static PartitionLayout.IInterEdgeRouter |
PartitionLayout.IInterEdgeRouter.createPolylineInterEdgeRouter()
com.yworks.yfiles.layout.PartitionLayout.PolylineInterEdgeRouter routes inter-edges using EdgeRouter . |
static PartitionLayout.IInterEdgeRouter |
PartitionLayout.IInterEdgeRouter.createPolylineInterEdgeRouter(EdgeRouter router)
com.yworks.yfiles.layout.PartitionLayout.PolylineInterEdgeRouter routes inter-edges using EdgeRouter . |
PartitionLayout.IInterEdgeRouter |
PartitionLayout.getInterEdgeRouter()
Gets the
PartitionLayout.IInterEdgeRouter instance that is responsible for inter-edge routing. |
Modifier and Type | Method and Description |
---|---|
void |
PartitionLayout.setInterEdgeRouter(PartitionLayout.IInterEdgeRouter value)
Sets the
PartitionLayout.IInterEdgeRouter instance that is responsible for inter-edge routing. |