Uses of Interface
org.eclipse.gef.fx.nodes.IConnectionRouter
Package
Description
This package provides:
an adaptation of an
IGeometry
to
Node
: GeometryNode
a connection abstraction that is based on
IAnchor
:
Connection
a visual to display an image which is overlayed by another image on mouse
hover: HoverOverlayImageView
a visual providing a scrollable infinite canvas with a background grid:
InfiniteCanvas
-
Uses of IConnectionRouter in org.eclipse.gef.fx.nodes
Modifier and TypeClassDescriptionclass
Abstract base class forIConnectionRouter
s implementing a routing strategy that can be specialized by subclasses: Remove anchors previously inserted by the router.class
AnIConnectionRouter
that interprets theConnection
control points as way points and adjusts the way points (if necessary) so that theConnection
is routed orthogonally.class
TheStraightRouter
is anIConnectionRouter
that leaves theConnection
's control points untouched and only provides reference points for theConnection
's anchors.Modifier and TypeMethodDescriptionConnection.getRouter()
Returns theIConnectionRouter
of thisConnection
.Modifier and TypeMethodDescriptionjavafx.beans.property.ObjectProperty<IConnectionRouter>
Connection.routerProperty()
Returns a writable property containing theIConnectionRouter
of this connection.Modifier and TypeMethodDescriptionvoid
Connection.setRouter
(IConnectionRouter router) Sets theIConnectionRouter
of thisConnection
to the given value.