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.See: Description
Interface | Description |
---|---|
DynamicAnchor.IComputationStrategy |
The
DynamicAnchor.IComputationStrategy is responsible for computing anchor
positions based on an anchorage Node , an anchored Node ,
and an anchored reference position (
DynamicAnchor.IComputationStrategy.computePositionInScene(Node, Node, Point) ). |
IAnchor |
Class | Description |
---|---|
AbstractAnchor |
AbstractAnchor is the abstract base implementation for
IAnchor s. |
AnchorKey |
AnchorKey represents a set of anchored
Node and additional
String ID to identify one anchor target. |
DynamicAnchor |
The
DynamicAnchor computes anchor positions based on a reference
position per anchored and one reference position for the anchorage. |
DynamicAnchor.AbstractComputationStrategy |
Abstract base class for
computation
strategies that are based on the outline of the anchorage reference
geometry. |
DynamicAnchor.OrthogonalProjectionStrategy |
An
DynamicAnchor.IComputationStrategy that computes anchor position by
orthogonally projecting the respective anchored reference point to the
outline of the anchorage reference geometry so that the respective point
has minimal distance to the anchored reference point and resembles the
same x- (vertical projection) or y-coordinate (horizontal projection). |
DynamicAnchor.ProjectionStrategy |
An
DynamicAnchor.IComputationStrategy that computes anchor position by
projecting the respective anchored reference point to the outline of the
anchorage reference geometry so that the respective point has minimal
distance to the anchored reference point. |
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. |
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.Copyright (c) 2014 itemis AG and others. All rights reserved.