Contains classes and interfaces related to the model of a yfiles-flex canvas component.
| Interface | Description | |
|---|---|---|
| ICanvasGroupProvider |
Simple query interface that returns an ICanvasObjectGroup
for a given item. |
|
| IModelItem |
The interface used by items that belong to a model, that most
of the utility classes for the CanvasComponent
This interface is a tagging interface that adds no additional
functionality to the |
|
| IModelItemDescriptor |
Simple handle interface used by ModelManager
|
|
| IModelItemInstaller | An interface for a class that installs visual representations of items in a canvas control. |
| Class | Description | |
|---|---|---|
| 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
|
|
| 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
|