Uses of Class
org.eclipse.gef.fx.nodes.AbstractRouter
-
Packages that use AbstractRouter 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 AbstractRouter in org.eclipse.gef.fx.nodes
Subclasses of AbstractRouter in org.eclipse.gef.fx.nodes Modifier and Type Class Description 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.
-