Uses of Interface
org.eclipse.gef.fx.nodes.IConnectionInterpolator
Packages that use IConnectionInterpolator
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 IConnectionInterpolator in org.eclipse.gef.fx.nodes
Classes in org.eclipse.gef.fx.nodes that implement IConnectionInterpolatorModifier and TypeClassDescriptionclass
Abstract base class forIConnectionInterpolator
implementations, which supports updating the geometry for anIGeometry
curve node, as well as arranging and clipping the decorations.class
ThePolyBezierInterpolator
interpolates a cubic Bezier spline through the suppliedway points
.class
Methods in org.eclipse.gef.fx.nodes that return IConnectionInterpolatorModifier and TypeMethodDescriptionConnection.getInterpolator()
Returns theIConnectionInterpolator
of thisConnection
.Methods in org.eclipse.gef.fx.nodes that return types with arguments of type IConnectionInterpolatorModifier and TypeMethodDescriptionConnection.interpolatorProperty()
Returns theIConnectionInterpolator
property.Methods in org.eclipse.gef.fx.nodes with parameters of type IConnectionInterpolatorModifier and TypeMethodDescriptionvoid
Connection.setInterpolator
(IConnectionInterpolator interpolator)