Package org.eclipse.gef.fx.anchors
Class DynamicAnchor.AnchorageReferenceGeometry
java.lang.Object
javafx.beans.binding.ObjectExpression<T>
javafx.beans.property.ReadOnlyObjectProperty<T>
javafx.beans.property.ObjectProperty<T>
javafx.beans.property.ObjectPropertyBase<T>
org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter<IGeometry>
org.eclipse.gef.fx.anchors.DynamicAnchor.AnchorageReferenceGeometry
- All Implemented Interfaces:
Observable
,Property<IGeometry>
,ReadOnlyProperty<IGeometry>
,ObservableObjectValue<IGeometry>
,ObservableValue<IGeometry>
,WritableObjectValue<IGeometry>
,WritableValue<IGeometry>
- Enclosing class:
- DynamicAnchor
public static class DynamicAnchor.AnchorageReferenceGeometry
extends IComputationStrategy.Parameter<IGeometry>
An
IComputationStrategy.Parameter
that encapsulates an
(anchorage) reference geometry.-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
IComputationStrategy.Parameter.Kind
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newDynamicAnchor.AnchorageReferenceGeometry
with no default value.AnchorageReferenceGeometry
(IGeometry defaultValue) Creates aDynamicAnchor.AnchorageReferenceGeometry
that encapsulates the givenIGeometry
. -
Method Summary
Methods inherited from class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
bind, get, getBean, getKind, getKind, getName, invalidateBinding, isOptional, isOptional, unbind
Methods inherited from class javafx.beans.property.ObjectPropertyBase
addListener, addListener, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString
Methods inherited from class javafx.beans.property.ObjectProperty
bindBidirectional, setValue, unbindBidirectional
Methods inherited from class javafx.beans.binding.ObjectExpression
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface javafx.beans.value.ObservableValue
getValue
Methods inherited from interface javafx.beans.value.WritableValue
getValue
-
Constructor Details
-
AnchorageReferenceGeometry
public AnchorageReferenceGeometry()Creates a newDynamicAnchor.AnchorageReferenceGeometry
with no default value. -
AnchorageReferenceGeometry
Creates aDynamicAnchor.AnchorageReferenceGeometry
that encapsulates the givenIGeometry
.- Parameters:
defaultValue
- TheIGeometry
to use by default.
-