Uses of Interface
org.eclipse.draw2d.Bendpoint
Packages that use Bendpoint
Package
Description
Primary package containing general interfaces and implementation classes.
-
Uses of Bendpoint in org.eclipse.draw2d
Classes in org.eclipse.draw2d that implement BendpointModifier and TypeClassDescriptionclass
AbsoluteBendpoint is a Bendpoint that defines its location simply as its X and Y coordinates.class
RelativeBendpoint is a Bendpoint that calculates its location based on its distance from the start and end points of theConnection
, as well as its weight.Methods in org.eclipse.draw2d that return types with arguments of type BendpointModifier and TypeMethodDescriptionBendpointConnectionRouter.getConstraint
(Connection connection) Gets the constraint for the givenConnection
.ShortestPathConnectionRouter.getConstraint
(Connection connection) Gets the constraint for the givenConnection
.