Uses of Interface
org.eclipse.gef.fx.nodes.IConnectionRouter
-
Packages that use IConnectionRouter Package Description org.eclipse.gef.fx.nodes This package provides: an adaptation of anIGeometry
toNode
:GeometryNode
a connection abstraction that is based onIAnchor
: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
Classes in org.eclipse.gef.fx.nodes that implement IConnectionRouter Modifier and Type Class Description class
AbstractRouter
Abstract base class forIConnectionRouter
s implementing a routing strategy that can be specialized by subclasses: Remove anchors previously inserted by the router.class
OrthogonalRouter
AnIConnectionRouter
that interprets theConnection
control points as way points and adjusts the way points (if necessary) so that theConnection
is routed orthogonally.class
StraightRouter
TheStraightRouter
is anIConnectionRouter
that leaves theConnection
's control points untouched and only provides reference points for theConnection
's anchors.Methods in org.eclipse.gef.fx.nodes that return IConnectionRouter Modifier and Type Method Description IConnectionRouter
Connection. getRouter()
Returns theIConnectionRouter
of thisConnection
.Methods in org.eclipse.gef.fx.nodes that return types with arguments of type IConnectionRouter Modifier and Type Method Description javafx.beans.property.ObjectProperty<IConnectionRouter>
Connection. routerProperty()
Returns a writable property containing theIConnectionRouter
of this connection.Methods in org.eclipse.gef.fx.nodes with parameters of type IConnectionRouter Modifier and Type Method Description void
Connection. setRouter(IConnectionRouter router)
Sets theIConnectionRouter
of thisConnection
to the given value.
-