| Package | Description |
|---|---|
| com.aspose.html.dom.canvas | |
| com.aspose.html.dom.events | |
| com.aspose.html.dom.mutations |
| Constructor and Description |
|---|
Path2D()
returns a newly instantiated Path2D object
|
Path2D(Path2D path)
returns a newly instantiated Path2D object with another path as an argument (creates a copy)
|
Path2D(String d)
returns a newly instantiated Path2D object with a string consisting of SVG path data.
|
| Constructor and Description |
|---|
CustomEvent(String type)
Initializes a new instance of the
CustomEvent class. |
CustomEvent(String type,
CustomEvent.CustomEventInit eventInitDict)
Initializes a new instance of the
CustomEvent class. |
ErrorEvent(ErrorEvent.ErrorEventInit eventInit)
Initializes a new instance of the
ErrorEvent class. |
Event(String type)
Initializes a new instance of the
Event class. |
Event(String type,
Event.EventInit eventInitDict)
Initializes a new instance of the
Event class. |
FocusEvent(String type)
Initializes a new instance of the
FocusEvent class. |
FocusEvent(String type,
FocusEvent.FocusEventInit eventInitDict)
Initializes a new instance of the
FocusEvent class. |
InputEvent(String type)
Initializes a new instance of the
InputEvent class. |
InputEvent(String type,
InputEvent.InputEventInit eventInitDict)
Initializes a new instance of the
InputEvent class. |
KeyboardEvent(String type)
Initializes a new instance of the
KeyboardEvent class. |
KeyboardEvent(String type,
KeyboardEvent.KeyboardEventInit eventInitDict)
Initializes a new instance of the
KeyboardEvent class. |
MouseEvent(String type)
Initializes a new instance of the
MouseEvent class. |
MouseEvent(String type,
MouseEvent.MouseEventInit eventInitDict)
Initializes a new instance of the
MouseEvent class. |
UIEvent(String type)
Initializes a new instance of the
UIEvent class. |
UIEvent(String type,
UIEvent.UIEventInit eventInitDict)
Initializes a new instance of the
UIEvent class. |
WheelEvent(String type)
Initializes a new instance of the
WheelEvent class. |
WheelEvent(String type,
WheelEvent.WheelEventInit eventInitDict)
Initializes a new instance of the
WheelEvent class. |
| Constructor and Description |
|---|
MutationObserver(MutationCallback callback)
Constructs a MutationObserver object and sets its
MutationCallback to callback. |