Uses of Class
org.eclipse.gef.fx.anchors.AbstractAnchor
-
Packages that use AbstractAnchor Package Description org.eclipse.gef.fx.anchors This package provides a visual anchor abstraction (IAnchor
), a related abstract base implementation (AbstractAnchor
), as well as concrete anchor implementations (StaticAnchor
,DynamicAnchor
) to manage dynamic positioning of visuals in dependence of others.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 AbstractAnchor in org.eclipse.gef.fx.anchors
Subclasses of AbstractAnchor in org.eclipse.gef.fx.anchors Modifier and Type Class Description class
DynamicAnchor
TheDynamicAnchor
computes anchor positions through aIComputationStrategy
.class
StaticAnchor
AnStaticAnchor
provides a position for eachAnchorKey
, based on a reference position relative to the anchorageNode
, to which theStaticAnchor
is bound, or based on a (global) static reference position in case theStaticAnchor
is unbound. -
Uses of AbstractAnchor in org.eclipse.gef.fx.nodes
Subclasses of AbstractAnchor 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.
-