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