Package org.eclipse.gef.fx.anchors
Class DynamicAnchor.PreferredOrientation
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<Orientation>
org.eclipse.gef.fx.anchors.DynamicAnchor.PreferredOrientation
- All Implemented Interfaces:
Observable
,Property<Orientation>
,ReadOnlyProperty<Orientation>
,ObservableObjectValue<Orientation>
,ObservableValue<Orientation>
,WritableObjectValue<Orientation>
,WritableValue<Orientation>
- Enclosing class:
- DynamicAnchor
public static class DynamicAnchor.PreferredOrientation
extends IComputationStrategy.Parameter<Orientation>
An
IComputationStrategy.Parameter
that encapsulates the preferred
orientation to be used for orthogonal projections.-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter
IComputationStrategy.Parameter.Kind
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a newDynamicAnchor.PreferredOrientation
without default value.PreferredOrientation
(Orientation orientation) Creates aDynamicAnchor.PreferredOrientation
that encapsulates the givenOrientation
. -
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
-
PreferredOrientation
public PreferredOrientation()Creates a newDynamicAnchor.PreferredOrientation
without default value. -
PreferredOrientation
Creates aDynamicAnchor.PreferredOrientation
that encapsulates the givenOrientation
.- Parameters:
orientation
- TheOrientation
to encapsulate.
-