| Package | com.yworks.canvas.input |
| Interface | public interface IFocusPaintableInstaller |
| Implementors | EdgeSelectionDisplayObjectCreator, OrientedRectangleFocusPaintable, RectangularFocusPaintable |
See also
| Method | Defined By | ||
|---|---|---|---|
Creates and installs one or more canvas objects into the canvas that indicate the focus decoration for
an item. | IFocusPaintableInstaller | ||
| installFocusPaintables | () | method |
public function installFocusPaintables(context:IInputModeContext, focusGroup:ICanvasObjectGroup, item:Object):ArrayCreates and installs one or more canvas objects into the canvas that indicate the focus decoration for an item.
Parameters
context:IInputModeContext — The context to add the IDisplayObjectCreator for the focus indicator.
| |
focusGroup:ICanvasObjectGroup — The canvas object group to add the items to.
| |
item:Object — The item to install the indicator for.
|
Array — An array of canvas objects this instance has installed into the CanvasComponent.
|
See also