Package | Description |
---|---|
org.eclipse.gef4.fx.nodes |
This package provides:
an adaptation of an
IGeometry to Node : FXGeometryNode
a connection abstraction that is based on IFXAnchor : FXConnection
a grid layer implementation: FXGridLayer
a visual to display an image which is overlayed by another image on mouse hover: FXImageViewHoverOverlay
a custom ScrollPane implementation: ScrollPaneEx
utilities (picking nodes, querying the pointer location, transformations): FXUtils
|
Modifier and Type | Method and Description |
---|---|
IFXDecoration |
FXConnection.getEndDecoration()
|
IFXDecoration |
FXConnection.getStartDecoration()
|
Modifier and Type | Method and Description |
---|---|
protected Point |
FXConnection.arrangeDecoration(IFXDecoration decoration,
Point start,
Vector direction,
Point decoStart,
Vector decoDirection)
Arranges the given decoration according to the passed-in values.
|
void |
FXConnection.setEndDecoration(IFXDecoration endDeco)
Sets the end
IFXDecoration of this FXConnection to the
given value. |
void |
FXConnection.setStartDecoration(IFXDecoration startDeco)
Sets the start
IFXDecoration of this FXConnection to the
given value. |
Copyright (c) 2014 itemis AG and others. All rights reserved.