Package | Description |
---|---|
org.netbeans.api.visual.anchor |
This package contains
Anchor interface which is used by ConnectionWidget for defining its source and target point. |
Modifier and Type | Method and Description |
---|---|
static Anchor.Direction |
Anchor.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Anchor.Direction[] |
Anchor.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Result(Point anchorSceneLocation,
Anchor.Direction direction)
Creates a result with calculated scene location and single direction.
|