Package | Description |
---|---|
org.netbeans.api.visual.anchor |
This package contains
Anchor interface which is used by ConnectionWidget for defining its source and target point. |
Modifier and Type | Method and Description |
---|---|
static AnchorShapeFactory.ConnectionEnd |
AnchorShapeFactory.ConnectionEnd.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnchorShapeFactory.ConnectionEnd[] |
AnchorShapeFactory.ConnectionEnd.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AnchorShape |
AnchorShapeFactory.createAdjustableAnchorShape(AnchorShape shape,
ConnectionWidget owner,
AnchorShapeFactory.ConnectionEnd referencingEnd,
Widget attachedWidget)
Creates a proxy AnchorShape that is used to adjust the location of an AnchorShape.
|
static AnchorShapeLocationResolver |
AnchorShapeFactory.createWidgetResolver(ConnectionWidget owner,
AnchorShapeFactory.ConnectionEnd referencingEnd,
Widget attachedWidget)
Creates a AnchorShapeLocationResolver that uses a widget to resolve the
AnchorsShapes location.
|