|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Anchor.Direction | |
---|---|
org.netbeans.api.visual.anchor |
This package contains Anchor interface which is used by ConnectionWidget for defining its source and target point. |
Uses of Anchor.Direction in org.netbeans.api.visual.anchor |
---|
Fields in org.netbeans.api.visual.anchor with type parameters of type Anchor.Direction | |
---|---|
static EnumSet<Anchor.Direction> |
Anchor.DIRECTION_ANY
The set of all orthogonal directions. |
Methods in org.netbeans.api.visual.anchor that return Anchor.Direction | |
---|---|
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're declared. |
Methods in org.netbeans.api.visual.anchor that return types with arguments of type Anchor.Direction | |
---|---|
EnumSet<Anchor.Direction> |
Anchor.Result.getDirections()
Returns possible directions of an anchor. |
Constructors in org.netbeans.api.visual.anchor with parameters of type Anchor.Direction | |
---|---|
Anchor.Result(Point anchorSceneLocation,
Anchor.Direction direction)
Creates a result with calculated scene location and single direction. |
Constructor parameters in org.netbeans.api.visual.anchor with type arguments of type Anchor.Direction | |
---|---|
Anchor.Result(Point anchorSceneLocation,
EnumSet<Anchor.Direction> directions)
Creates a result with calculated scene location and possible directions. |
|
org.netbeans.api.visual 2.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |