C# Class SharpVectors.Scripting.ScriptableSvgAnimationElement

Implementation wrapper for IScriptableSvgAnimationElement
Inheritance: ScriptableSvgElement, IScriptableSvgAnimationElement, IScriptableSvgTests, IScriptableSvgExternalResourcesRequired, IScriptableElementTimeControl, IScriptableEventTarget
Mostrar archivo Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableSvgAnimationElement ( object baseObject ) : System
addEventListener ( string type, object listener, bool useCapture ) : void
beginElement ( ) : void
beginElementAt ( float offset ) : void
dispatchEvent ( IScriptableEvent evt ) : bool
endElement ( ) : void
endElementAt ( float offset ) : void
getCurrentTime ( ) : float
getSimpleDuration ( ) : float
getStartTime ( ) : float
hasExtension ( string extension ) : bool
removeEventListener ( string type, object listener, bool useCapture ) : void

Method Details

ScriptableSvgAnimationElement() public method

public ScriptableSvgAnimationElement ( object baseObject ) : System
baseObject object
return System

addEventListener() public method

public addEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
return void

beginElement() public method

public beginElement ( ) : void
return void

beginElementAt() public method

public beginElementAt ( float offset ) : void
offset float
return void

dispatchEvent() public method

public dispatchEvent ( IScriptableEvent evt ) : bool
evt IScriptableEvent
return bool

endElement() public method

public endElement ( ) : void
return void

endElementAt() public method

public endElementAt ( float offset ) : void
offset float
return void

getCurrentTime() public method

public getCurrentTime ( ) : float
return float

getSimpleDuration() public method

public getSimpleDuration ( ) : float
return float

getStartTime() public method

public getStartTime ( ) : float
return float

hasExtension() public method

public hasExtension ( string extension ) : bool
extension string
return bool

removeEventListener() public method

public removeEventListener ( string type, object listener, bool useCapture ) : void
type string
listener object
useCapture bool
return void