| Class | Description |
|---|---|
| AbstractBlock |
Abstract implementation takes care of the bookkeeping required for event handling.
|
| AnchorPointId |
Holds an anchor point's block and anchor id
|
| ArrowConnectionPainter |
Standard connection painter that traces the path with a 2px stroke, and draws an arrow at the end
|
| BasicConnection |
Basic implementation of Connection
|
| JComponentAnchorPoint |
An anchorpoint that uses a jcomponent to define its hotspot.
|
| JComponentAnchorPoint.JComponentAnchorPointBuilder | |
| LookupConnection |
This implementation of Connection doesn't actually store the AnchorPoint objects themselves, instead, it stores the
block ids and anchor point ids.
|