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.See: Description
| Interface | Description |
|---|---|
| FXChopBoxAnchor.ComputationStrategy |
The
FXChopBoxAnchor.ComputationStrategy is responsible for computing anchor
positions based on an anchorage Node, an anchored Node,
and an anchored reference position (
FXChopBoxAnchor.ComputationStrategy.computePositionInScene(Node, Node, Point)). |
| FXChopBoxAnchor.ReferencePointProvider |
A
FXChopBoxAnchor.ReferencePointProvider needs to be provided as default adapter
(see AdapterKey.get(Class)) on the IAdaptable info that
gets passed into FXChopBoxAnchor.attach(AnchorKey, IAdaptable)
and FXChopBoxAnchor.detach(AnchorKey, IAdaptable). |
| IFXAnchor |
| Class | Description |
|---|---|
| AbstractFXAnchor |
AbstractFXAnchor is the abstract base implementation for
IFXAnchors. |
| AnchorKey |
AnchorKey represents a set of anchored
Node and additional
String ID to identify one anchor target. |
| FXChopBoxAnchor |
The
FXChopBoxAnchor computes anchor positions based on a reference
position per anchored and one reference position for the anchorage. |
| FXChopBoxAnchor.ComputationStrategy.Impl |
The default implementation of the
FXChopBoxAnchor.ComputationStrategy
computes an anchor position as follows:
Compute the anchorage geometry based on its visual (
FXChopBoxAnchor.ComputationStrategy.Impl.getAnchorageReferenceGeometryInLocal(Node)). |
| 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. |
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.Copyright (c) 2014 itemis AG and others. All rights reserved.