| Package | com.kapit.diagram.library |
| Class | public class SVGAssetLibraryEvent |
| Inheritance | SVGAssetLibraryEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| spriteid : String = "null"
The spriteid property of the SVGAsset which is loading an image.
| SVGAssetLibraryEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
SVGAssetLibraryEvent(type:String)
Creates a new SVGAssetLibraryEvent instance.
| SVGAssetLibraryEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| IMAGE_LOADED : String = "imageloaded" [static]
| SVGAssetLibraryEvent | ||
| LIBRARYSTYLES_CHANGED : String = "librarystyleschanged" [static]
| SVGAssetLibraryEvent | ||
| SYSLIBRARYSTYLES_CHANGED : String = "librarystyleschanged" [static]
| SVGAssetLibraryEvent | ||
| spriteid | property |
public var spriteid:String = "null"The spriteid property of the SVGAsset which is loading an image. Used only in case of an IMAGE_LOADED event type, null otherwise.
| SVGAssetLibraryEvent | () | constructor |
public function SVGAssetLibraryEvent(type:String)Creates a new SVGAssetLibraryEvent instance.
Parameterstype:String — type of the SVGAssetLibraryEvent.
|
| IMAGE_LOADED | constant |
public static const IMAGE_LOADED:String = "imageloaded"
| LIBRARYSTYLES_CHANGED | constant |
public static const LIBRARYSTYLES_CHANGED:String = "librarystyleschanged"
| SYSLIBRARYSTYLES_CHANGED | constant |
public static const SYSLIBRARYSTYLES_CHANGED:String = "librarystyleschanged"