documentationfor yFiles for HTML 2.6

Method Return Values

getInstaller (T)in FocusIndicatorManagerCalled by installItem to retrieve the installer for a given item.
getInstaller (IModelItem)in GraphFocusIndicatorManagerCalled by installItem to retrieve the installer for a given item.
getInstaller (IModelItem)in GraphHighlightIndicatorManagerCalled by installItem to retrieve the installer for a given item.
getInstaller (IModelItem)in GraphSelectionIndicatorManagerCalled by installItem to retrieve the installer for a given item.
getInstaller (T)in HighlightIndicatorManagerCalled by installItem to retrieve the installer for a given item.
create (function(ICanvasContext, ICanvasObjectGroup, any):ICanvasObject)in ICanvasObjectInstallerCreates an implementation of the interface ICanvasObjectInstaller by using the given function as implementation for its addCanvasObject method.
getInstaller (T)in ModelManagerCalled by installItem to retrieve the installer for a given item.
getInstaller (T)in SelectionIndicatorManagerCalled by installItem to retrieve the installer for a given item.

Implementing Types

IFocusIndicatorInstallerAn interface for objects that can install a visual focus indicator decoration of an item in the model displayed in a canvas.
IHighlightIndicatorInstallerAn interface for objects that can install a visual representation of a highlight decoration of an item in the model displayed in a canvas.
ISelectionIndicatorInstallerAn interface for objects that can install a visual representation of a selection decoration of an item in the model displayed in a canvas.