Package | Description |
---|---|
org.netbeans.api.visual.anchor |
This package contains
Anchor interface which is used by ConnectionWidget for defining its source and target point. |
org.netbeans.api.visual.vmd |
This package contains a VMD visualization style.
|
Modifier and Type | Method and Description |
---|---|
abstract Anchor.Result |
Anchor.compute(Anchor.Entry entry)
Computes a result (position and direction) for a specific entry.
|
Modifier and Type | Method and Description |
---|---|
Anchor.Result |
VMDNodeAnchor.compute(Anchor.Entry entry)
Computes a result (position and direction) for a specific entry.
|