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 |
---|---|
static class |
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) ). |
Constructor and Description |
---|
FXChopBoxAnchor(javafx.scene.Node anchorage,
FXChopBoxAnchor.ComputationStrategy computationStrategy)
Constructs a new
FXChopBoxAnchor for the given anchorage visual
using the given FXChopBoxAnchor.ComputationStrategy . |
Copyright (c) 2014 itemis AG and others. All rights reserved.