Package | Description |
---|---|
org.eclipse.gef4.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 | Method and Description |
---|---|
protected IGeometry |
OrthogonalRouter.getAnchorageGeometry(Connection connection,
int index)
Retrieves the geometry of the anchorage at the given index, in case the
respective anchor is connected.
|
ICurve |
PolylineInterpolator.interpolate(Connection connection) |
ICurve |
PolyBezierInterpolator.interpolate(Connection connection) |
ICurve |
IConnectionInterpolator.interpolate(Connection connection)
An
ICurve that is interpolated through the Connection 's
points. |
void |
StraightRouter.route(Connection connection) |
void |
OrthogonalRouter.route(Connection connection) |
void |
IConnectionRouter.route(Connection connection)
Adjusts the
connection's points (if necessary), which
includes computing reference points for DynamicAnchor s (if any). |
protected Vector |
OrthogonalRouter.routeNonOrthogonalSegment(Connection connection,
org.eclipse.gef4.fx.nodes.OrthogonalRouter.ControlPointManipulator controlPointManipulator,
Vector previousDirection,
Vector currentDirection,
int i,
Point currentPoint)
This method is called for a non-orthogonal direction from the last point
on the connection to the current point on the connection.
|
protected Vector |
OrthogonalRouter.routeOrthogonalSegment(Connection connection,
org.eclipse.gef4.fx.nodes.OrthogonalRouter.ControlPointManipulator controlPointManipulator,
Vector currentDirection,
int i,
Point currentPoint)
This method is called for an orthogonal direction from the last point on
the connection to the current point on the connection.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.