public static class FXConnection.FXChopBoxHelper extends java.lang.Object implements FXChopBoxAnchor.ReferencePointProvider
FXConnection.FXChopBoxHelper can be registered for an FXConnection
and serves as a FXChopBoxAnchor.ReferencePointProvider for all AnchorKeys
of that FXConnection which are registered at
FXChopBoxAnchors.| 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
AnchorKeys. |
| Modifier and Type | Class and Description |
|---|---|
class |
FXConnection.FXChopBoxHelper.ReferencePointMap
The
FXConnection.FXChopBoxHelper.ReferencePointMap is used to store the reference points
for the individual AnchorKeys. |
| Constructor and Description |
|---|
FXChopBoxHelper(FXConnection connection)
Constructs a new
FXConnection.FXChopBoxHelper for the given
FXConnection. |
| 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
AnchorKeys. |
public javafx.beans.property.ReadOnlyMapWrapper<AnchorKey,Point> referencePointProperty
referencePointProperty in interface FXChopBoxAnchor.ReferencePointProviderpublic FXChopBoxHelper(FXConnection connection)
FXConnection.FXChopBoxHelper for the given
FXConnection.connection - The FXConnection for which this
FXConnection.FXChopBoxHelper provides the reference points.public javafx.beans.property.ReadOnlyMapWrapper<AnchorKey,Point> referencePointProperty()
FXChopBoxAnchor.ReferencePointProviderNode) for all attached
AnchorKeys.referencePointProperty in interface FXChopBoxAnchor.ReferencePointProviderCopyright (c) 2014 itemis AG and others. All rights reserved.