Uses of Class
org.eclipse.gef.fx.anchors.AbstractAnchor
Packages that use AbstractAnchor
Package
Description
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.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 AbstractAnchor in org.eclipse.gef.fx.anchors
Subclasses of AbstractAnchor in org.eclipse.gef.fx.anchorsModifier and TypeClassDescriptionclass
TheDynamicAnchor
computes anchor positions through aIComputationStrategy
.class
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.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.