public static interface FXChopBoxAnchor.ReferencePointProvider
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)
. The
FXChopBoxAnchor.ReferencePointProvider
has to provide a reference point for each
AdapterKey
that is attached to the FXChopBoxAnchor
. It
will be used when computing anchor positions for the respective
AnchorKey
.Type | Property and Description |
---|---|
javafx.beans.property.ReadOnlyMapWrapper<AnchorKey,Point> |
referencePoint
Provides a read-only (map) property with positions (in local
coordinates of the anchored
Node ) for all attached
AnchorKey s. |
Modifier and Type | Method and Description |
---|---|
javafx.beans.property.ReadOnlyMapWrapper<AnchorKey,Point> |
referencePointProperty()
Provides a read-only (map) property with positions (in local
coordinates of the anchored
Node ) for all attached
AnchorKey s. |
Copyright (c) 2014 itemis AG and others. All rights reserved.