Contains all classes and interfaces for the yfiles-flex canvas component.
Interfaces
| | Interface | Description |
| | ICanvasContext |
This interface describes the context for many operations performed
on items in a CanvasControl. |
| | ICanvasObject |
This is the interface implemented by the basic building blocks of a
canvas object tree in a CanvasComponent. |
| | ICanvasObjectDescriptor |
Central interface used by the CanvasComponent to render
elements from the canvas object tree. |
| | ICanvasObjectGroup |
This is the interface implemented by the composite building blocks of a canvas
object tree
in a CanvasComponent. |
Classes
| | Class | Description |
| | CanvasComponent |
A basic UI component for showing canvas objects. |
| | CanvasEvent |
The CanvasEvent class represents the event object passed to the event
listener for events dispatched by the CanvasComponent. |
| | CanvasObjectDependencyManager |
A manager that keeps track of dirty items that are to be
repainted when only some of the canvas objects displayed in a CanvasComponent
are dirty. |
| | CanvasObjectDescriptor |
Default implementation of the ICanvasObjectDescriptor interface. |
| | CanvasObjectDescriptorAdapter |
Adapter class for the ICanvasObjectDescriptor interface. |