com.aspose.html.dom.Svg.Events
The package consists of classes for event based interactivity like time events and zooming.
Classes
Class | Description |
---|---|
SVGZoomEvent | The zoom event occurs when the user initiates an action which causes the current view of the SVG document fragment to be rescaled. Event handlers are only recognized on ‘svg’ elements. |
TimeEvent | The TimeEvent interface provides specific contextual information associated with Time events.The different types of events that can occur are: beginEvent, endEvent and repeatEvent. |