Anchor interface which is used by ConnectionWidget for defining its source and target point.See: Description
| Interface | Description |
|---|---|
| Anchor.Entry |
Represents a place where an anchor is used.
|
| AnchorShape |
Represents an anchor shape which is rendered at the source and the target point of a connection widget where the shape is used.
|
| AnchorShapeLocationResolver |
The AnchorShapeLocationResolver is used to resolve an AnchorShapes cut
distance.
|
| PointShape |
Represents a point shape.
|
| Class | Description |
|---|---|
| Anchor |
This class represents an anchor for connections.
|
| AnchorFactory |
This is a factory of all built-in anchor implementations.
|
| AnchorShapeFactory |
The factory class of all built-in anchor shapes.
|
| PointShapeFactory |
The factory class of all built-in point shapes.
|
| Enum | Description |
|---|---|
| Anchor.Direction |
The direction of the anchor.
|
| AnchorFactory.DirectionalAnchorKind |
Represents possible orthogonal directions used by directional anchor.
|
| AnchorShapeFactory.ConnectionEnd |
This package contains Anchor interface which is used by ConnectionWidget for defining its source and target point.
Built-in anchor implementations can be obtained using AnchorFactory class.
The package also contains AnchorShape interface which is used for defining a shape of a ConnectionWidget.
Built-in anchor shape implementations can be obtained using AnchorShapeFactory class or using static field:
AnchorShape.NONE, AnchorShape.TRIANGLE_HOLLOW, AnchorShape.TRIANGLE_FILLED and AnchorShape.TRIANGLE_OUT.
Built on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.