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 TypeMethodDescriptionvoidHTMLCanvasElement.toBlob(FileCallback callback) To blob.voidHTMLCanvasElement.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 TypeMethodDescriptionvoidHTMLCanvasElementImpl.toBlob(FileCallback callback) To blob.voidHTMLCanvasElementImpl.toBlob(FileCallback callback, String type, Object... args) To blob.