Package org.eclipse.gef.fx.anchors
Class DynamicAnchor.AnchorageReferencePosition
- 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<Point>
-
- org.eclipse.gef.fx.anchors.DynamicAnchor.AnchorageReferencePosition
-
- All Implemented Interfaces:
javafx.beans.Observable
,javafx.beans.property.Property<Point>
,javafx.beans.property.ReadOnlyProperty<Point>
,javafx.beans.value.ObservableObjectValue<Point>
,javafx.beans.value.ObservableValue<Point>
,javafx.beans.value.WritableObjectValue<Point>
,javafx.beans.value.WritableValue<Point>
- Enclosing class:
- DynamicAnchor
public static class DynamicAnchor.AnchorageReferencePosition extends IComputationStrategy.Parameter<Point>
AnIComputationStrategy.Parameter
that encapsulates an (anchorage) reference point.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
IComputationStrategy.Parameter.Kind
-
-
Constructor Summary
Constructors Constructor Description AnchorageReferencePosition()
Creates a newDynamicAnchor.AnchorageReferencePosition
without default value.AnchorageReferencePosition(Point defaultValue)
Creates aDynamicAnchor.AnchorageReferencePosition
that encapsulates the givenPoint
.
-
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
-
-
-
-
Constructor Detail
-
AnchorageReferencePosition
public AnchorageReferencePosition()
Creates a newDynamicAnchor.AnchorageReferencePosition
without default value.
-
AnchorageReferencePosition
public AnchorageReferencePosition(Point defaultValue)
Creates aDynamicAnchor.AnchorageReferencePosition
that encapsulates the givenPoint
.- Parameters:
defaultValue
- ThePoint
to encapsulate.
-
-