Uses of Class
org.eclipse.gef.fx.anchors.IComputationStrategy.Parameter.Kind
-
Packages that use IComputationStrategy.Parameter.Kind Package Description org.eclipse.gef.fx.anchors This package provides a visual anchor abstraction (IAnchor
), a related abstract base implementation (AbstractAnchor
), as well as concrete anchor implementations (StaticAnchor
,DynamicAnchor
) to manage dynamic positioning of visuals in dependence of others. -
-
Uses of IComputationStrategy.Parameter.Kind in org.eclipse.gef.fx.anchors
Methods in org.eclipse.gef.fx.anchors that return IComputationStrategy.Parameter.Kind Modifier and Type Method Description IComputationStrategy.Parameter.Kind
IComputationStrategy.Parameter. getKind()
Retrieves theIComputationStrategy.Parameter.Kind
of this parameter, which indicates whether a single value may be shared to compute the positions of all attachedAnchorKey
s or not.static IComputationStrategy.Parameter.Kind
IComputationStrategy.Parameter. getKind(java.lang.Class<? extends IComputationStrategy.Parameter<?>> paramType)
Returns theIComputationStrategy.Parameter.Kind
returned by an instance of the givenIComputationStrategy.Parameter
type.static IComputationStrategy.Parameter.Kind
IComputationStrategy.Parameter.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static IComputationStrategy.Parameter.Kind[]
IComputationStrategy.Parameter.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.eclipse.gef.fx.anchors with parameters of type IComputationStrategy.Parameter.Kind Constructor Description Parameter(IComputationStrategy.Parameter.Kind kind)
Creates a new mandatoryIComputationStrategy.Parameter
of the given kind.Parameter(IComputationStrategy.Parameter.Kind kind, boolean optional)
Creates a new optional parameter of the given kind.
-