| Package | com.kapit.diagram.controls |
| Class | public class SVGMenuItemDragProxy |
| Inheritance | SVGMenuItemDragProxy mx.core.UIComponent |
| Method | Defined by | ||
|---|---|---|---|
|
Creates a new SVGMenuItemDragProxy instance.
| SVGMenuItemDragProxy | ||
|
vOffset(dy:int):void
Changes the value of the vertical offset.
| SVGMenuItemDragProxy | ||
| Method | Defined by | ||
|---|---|---|---|
|
createChildren():void
Creates child objects of the component.
| SVGMenuItemDragProxy | ||
| SVGMenuItemDragProxy | () | constructor |
public function SVGMenuItemDragProxy()Creates a new SVGMenuItemDragProxy instance.
| createChildren | () | method |
protected override function createChildren():voidCreates child objects of the component.
| vOffset | () | method |
public function vOffset(dy:int):voidChanges the value of the vertical offset.
Parametersdy:int — The new value of the vertical offset.
|