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
|
Class and Description |
---|
Connection
A (binary)
Connection is a visual curve, whose appearance is defined
through a single start and end point, and a set of control points, which may
be 'connected', i.e. be attached to an IAnchor . |
GeometryNode |
IConnectionInterpolator
An
IConnectionInterpolator is responsible for
computing an ICurve that represents
the geometry of the Connection . |
IConnectionRouter |
InfiniteCanvas.GridCanvas
The
InfiniteCanvas.GridCanvas is a Canvas that draws grid points at
configurable steps. |
Copyright (c) 2014 itemis AG and others. All rights reserved.