Package org.netbeans.api.visual.anchor
package org.netbeans.api.visual.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
.
-
ClassDescriptionThis class represents an anchor for connections.The direction of the anchor.Represents a place where an anchor is used.This is a factory of all built-in anchor implementations.Represents possible orthogonal directions used by directional anchor.Represents an anchor shape which is rendered at the source and the target point of a connection widget where the shape is used.The factory class of all built-in anchor shapes.The AnchorShapeLocationResolver is used to resolve an AnchorShapes cut distance.Represents a point shape.The factory class of all built-in point shapes.