|
org.netbeans.api.visual 2.2 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Anchor
interface which is used by ConnectionWidget
for defining its source and target point.
See:
Description
Interface Summary | |
---|---|
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. |
PointShape | Represents a point shape. |
Class Summary | |
---|---|
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 Summary | |
---|---|
Anchor.Direction | The direction of the anchor. |
AnchorFactory.DirectionalAnchorKind | Represents possible orthogonal directions used by directional anchor. |
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
.
|
org.netbeans.api.visual 2.2 | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |