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 |
AbstractRouter
Abstract base class for
IConnectionRouter s implementing a routing
strategy that can be specialized by subclasses:
Remove anchors previously inserted by the router. |
class |
OrthogonalRouter
An
IConnectionRouter that interprets the Connection control
points as way points and adjusts the way points (if necessary) so that the
Connection is routed orthogonally. |
class |
StraightRouter
The
StraightRouter is an IConnectionRouter that leaves the
Connection 's control points untouched and only provides reference
points for the Connection 's anchors. |
Modifier and Type | Method and Description |
---|---|
IConnectionRouter |
Connection.getRouter()
Returns the
IConnectionRouter of this Connection . |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ObjectProperty<IConnectionRouter> |
Connection.routerProperty()
Returns a writable property containing the
IConnectionRouter of
this connection. |
Modifier and Type | Method and Description |
---|---|
void |
Connection.setRouter(IConnectionRouter router)
Sets the
IConnectionRouter of this Connection to the
given value. |
Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.