Uses of Class
org.eclipse.gef.fx.nodes.AbstractInterpolator
Packages that use AbstractInterpolator
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 AbstractInterpolator in org.eclipse.gef.fx.nodes
Subclasses of AbstractInterpolator in org.eclipse.gef.fx.nodesModifier and TypeClassDescriptionclass
ThePolyBezierInterpolator
interpolates a cubic Bezier spline through the suppliedway points
.class