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