Uses of Interface
org.loboevolution.html.dom.FileCallback
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of FileCallback in org.loboevolution.html.dom
Modifier and TypeMethodDescriptionvoid
HTMLCanvasElement.toBlob
(FileCallback callback) To blob.void
HTMLCanvasElement.toBlob
(FileCallback callback, String type, Object... args) To blob. -
Uses of FileCallback in org.loboevolution.html.dom.domimpl
Modifier and TypeMethodDescriptionvoid
HTMLCanvasElementImpl.toBlob
(FileCallback callback) To blob.void
HTMLCanvasElementImpl.toBlob
(FileCallback callback, String type, Object... args) To blob.