Uses of Interface
org.teavm.jso.dom.html.HTMLImageElement
Packages that use HTMLImageElement
-
Uses of HTMLImageElement in org.teavm.jso.webgl
Methods in org.teavm.jso.webgl with parameters of type HTMLImageElementModifier and TypeMethodDescriptionvoidWebGLRenderingContext.texImage2D(int target, int level, int internalformat, int format, int type, HTMLImageElement image) voidWebGLRenderingContext.texSubImage2D(int target, int level, int xoffset, int yoffset, int format, int type, HTMLImageElement image)