Uses of Interface
org.loboevolution.html.dom.FileCallback
Packages that use FileCallback
Package
Description
Contains an implementation of the W3C HTML DOM Level 2 interfaces.
-
Uses of FileCallback in org.loboevolution.html.dom
Methods in org.loboevolution.html.dom with parameters of type FileCallbackModifier 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
Methods in org.loboevolution.html.dom.domimpl with parameters of type FileCallbackModifier and TypeMethodDescriptionvoid
HTMLCanvasElementImpl.toBlob
(FileCallback callback) To blob.void
HTMLCanvasElementImpl.toBlob
(FileCallback callback, String type, Object... args) To blob.