Package | Description |
---|---|
org.eclipse.gef4.fx.anchors |
This package provides a visual anchor abstraction (
IFXAnchor ),
a related abstract base implementation (AbstractFXAnchor ),
as well as concrete anchor implementations (FXStaticAnchor ,
FXChopBoxAnchor ) to manage dynamic positioning of visuals
in dependence of others. |
Modifier and Type | Class and Description |
---|---|
class |
FXChopBoxAnchor
The
FXChopBoxAnchor computes anchor positions based on a reference
position per anchored and one reference position for the anchorage. |
class |
FXStaticAnchor
An
FXStaticAnchor provides a position for each AnchorKey ,
based on a reference position relative to the anchorage Node , to
which the FXStaticAnchor is bound, or based on a (global) static
reference position in case the FXStaticAnchor is unbound. |
Copyright (c) 2014 itemis AG and others. All rights reserved.