Packagecom.kapit.diagram.library
Classpublic class SVGAssetLibraryEvent
InheritanceSVGAssetLibraryEvent Inheritance flash.events.Event



Public Properties
 PropertyDefined by
  spriteid : String = "null"
The spriteid property of the SVGAsset which is loading an image.
SVGAssetLibraryEvent
Public Methods
 MethodDefined by
  
SVGAssetLibraryEvent(type:String)
Creates a new SVGAssetLibraryEvent instance.
SVGAssetLibraryEvent
Public Constants
 ConstantDefined by
  IMAGE_LOADED : String = "imageloaded"
[static]
SVGAssetLibraryEvent
  LIBRARYSTYLES_CHANGED : String = "librarystyleschanged"
[static]
SVGAssetLibraryEvent
  SYSLIBRARYSTYLES_CHANGED : String = "librarystyleschanged"
[static]
SVGAssetLibraryEvent
Property detail
spriteidproperty
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.

Constructor detail
SVGAssetLibraryEvent()constructor
public function SVGAssetLibraryEvent(type:String)

Creates a new SVGAssetLibraryEvent instance.

Parameters
type:String — type of the SVGAssetLibraryEvent.
Constant detail
IMAGE_LOADEDconstant
public static const IMAGE_LOADED:String = "imageloaded"
LIBRARYSTYLES_CHANGEDconstant 
public static const LIBRARYSTYLES_CHANGED:String = "librarystyleschanged"
SYSLIBRARYSTYLES_CHANGEDconstant 
public static const SYSLIBRARYSTYLES_CHANGED:String = "librarystyleschanged"