Uses of Class
org.eclipse.gef.fx.anchors.DynamicAnchor
-
Packages that use DynamicAnchor 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 DynamicAnchor in org.eclipse.gef.fx.nodes
Methods in org.eclipse.gef.fx.nodes with parameters of type DynamicAnchor Modifier and Type Method Description protected void
AbstractRouter. updateComputationParameters(java.util.List<Point> points, int index, DynamicAnchor anchor, AnchorKey key)
Update's the reference point of the anchor with the given index.protected void
OrthogonalRouter. updateComputationParameters(java.util.List<Point> points, int index, DynamicAnchor anchor, AnchorKey key)
-