Package | Description |
---|---|
org.eclipse.gef.fx.nodes |
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
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInterpolator
Abstract base class for
IConnectionInterpolator implementations,
which supports updating the geometry for an IGeometry curve node, as
well as arranging and clipping the decorations. |
class |
PolyBezierInterpolator
The
PolyBezierInterpolator interpolates a cubic Bezier spline through
the supplied way points . |
class |
PolylineInterpolator
|
Modifier and Type | Method and Description |
---|---|
IConnectionInterpolator |
Connection.getInterpolator()
Returns the
IConnectionInterpolator of this Connection . |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<IConnectionInterpolator> |
Connection.interpolatorProperty()
Returns the
IConnectionInterpolator property. |
Modifier and Type | Method and Description |
---|---|
void |
Connection.setInterpolator(IConnectionInterpolator interpolator)
|
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.