public static class DynamicAnchor.PreferredOrientation extends IComputationStrategy.Parameter<javafx.geometry.Orientation>
IComputationStrategy.Parameter
that encapsulates the preferred
orientation to be used for orthogonal projections.IComputationStrategy.Parameter.Kind
Constructor and Description |
---|
PreferredOrientation()
Creates a new
DynamicAnchor.PreferredOrientation without default value. |
PreferredOrientation(javafx.geometry.Orientation orientation)
Creates a
DynamicAnchor.PreferredOrientation that encapsulates the given
Orientation . |
bind, get, getBean, getKind, getKind, getName, invalidateBinding, isOptional, isOptional, unbind
addListener, addListener, fireValueChangedEvent, get, invalidated, isBound, removeListener, removeListener, set, toString
bindBidirectional, setValue, unbindBidirectional
asString, asString, asString, getValue, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNull, objectExpression
public PreferredOrientation()
DynamicAnchor.PreferredOrientation
without default value.public PreferredOrientation(javafx.geometry.Orientation orientation)
DynamicAnchor.PreferredOrientation
that encapsulates the given
Orientation
.orientation
- The Orientation
to encapsulate.Copyright (c) 2014 itemis AG and others. All rights reserved.