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 | 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 | 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.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.