Uses of Class
org.eclipse.draw2d.AbstractRouter
Packages that use AbstractRouter
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of AbstractRouter in org.eclipse.draw2d
Subclasses of AbstractRouter in org.eclipse.draw2dModifier and TypeClassDescriptionclass
An abstract router implementation which detects when multiple connections are overlapping.class
static class
Routes Connections directly from the source anchor to the target anchor with no bendpoints in between.class
Automatic router that spreads itsConnections
in a fan-like fashion upon collision.final class
Provides aConnection
with an orthogonal route between the Connection's source and target anchors.final class
Routes multiple connections around the children of a given container figure.