Package | Description |
---|---|
org.eclipse.gef4.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. |
Modifier and Type | Method and Description |
---|---|
IComputationStrategy.Parameter.Kind |
IComputationStrategy.Parameter.getKind()
Retrieves the
IComputationStrategy.Parameter.Kind of this parameter, which indicates whether
a single value may be shared to compute the positions of all attached
AnchorKey s or not. |
static IComputationStrategy.Parameter.Kind |
IComputationStrategy.Parameter.getKind(java.lang.Class<? extends IComputationStrategy.Parameter<?>> paramType)
Returns the
IComputationStrategy.Parameter.Kind returned by an instance of the given
IComputationStrategy.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.
|
Constructor and Description |
---|
Parameter(IComputationStrategy.Parameter.Kind kind)
Creates a new mandatory
IComputationStrategy.Parameter of the given kind. |
Parameter(IComputationStrategy.Parameter.Kind kind,
boolean optional)
Creates a new optional parameter of the given kind.
|
Copyright (c) 2014 itemis AG and others. All rights reserved.