Uses of Class
org.eclipse.gef.fx.anchors.StaticAnchor
-
Packages that use StaticAnchor 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 StaticAnchor in org.eclipse.gef.fx.nodes
Subclasses of StaticAnchor in org.eclipse.gef.fx.nodes Modifier and Type Class Description protected static class
AbstractRouter.VolatileStaticAnchor
TheAbstractRouter.VolatileStaticAnchor
is aStaticAnchor
that may be inserted by anAbstractRouter
duringroute(Connection)
, and, hence, will be removed when routing is performed again.
-