站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual.anchor (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

Package org.netbeans.api.visual.anchor

This package contains 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.
 

Package org.netbeans.api.visual.anchor Description

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

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.