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