| | Class | Description |
|---|
| | BridgeManager |
Helper managing class that can be used in conjunction with CanvasComponent
instances to manage the calculation of bridges for paths over obstacles. |
| | BridgeUpdateMode |
Enumeration which determines how the bridges are updated during an input
which may alter the bridges. |
| | CollectionModelManager |
An implementation of the ModelManager class
that automatically installs, updates and removes visual representations
of items in an ICollectionModel. |
| | DefaultCanvasGroupProvider |
Utility class that provides simple factory methods for ICanvasGroupProvider
convenience implementations. |
| | DefaultCollectionModel |
A simple default implementation of an ICollectionModel
that is backed by an ordinary Collection. |
| | FocusPaintManager |
A ModelManager implementation that manages the visual decoration of the focused
element in a canvas. |
| | HighlightPaintManager |
A ModelManager implementation that manages the
visual decorations of highlighted elements in a canvas. |
| | ModelManager |
An abstract implementation of a utility class that manages
the visual representations of items in a CanvasComponent
|