Uses of Class
org.teavm.jso.canvas.ImageData
Packages that use ImageData
-
Uses of ImageData in org.teavm.jso.canvas
Methods in org.teavm.jso.canvas that return ImageDataModifier and TypeMethodDescriptionstatic ImageData
ImageData.create(int width, int height)
static ImageData
ImageData.create(Uint8ClampedArray array, int width)
static ImageData
ImageData.create(Uint8ClampedArray array, int width, int height)
CanvasRenderingContext2D.createImageData(double width, double height)
CanvasRenderingContext2D.getImageData(double x, double y, double width, double height)
Methods in org.teavm.jso.canvas with parameters of type ImageDataModifier and TypeMethodDescriptionvoid
CanvasRenderingContext2D.putImageData(ImageData imagedata, double dx, double dy)
void
CanvasRenderingContext2D.putImageData(ImageData imagedata, double dx, double dy, double dirtyX, double dirtyY, double dirtyWidth, double dirtyHeight)
-
Uses of ImageData in org.teavm.jso.webgl
Methods in org.teavm.jso.webgl with parameters of type ImageDataModifier and TypeMethodDescriptionvoid
WebGLRenderingContext.texImage2D(int target, int level, int internalformat, int format, int type, ImageData pixels)
void
WebGLRenderingContext.texSubImage2D(int target, int level, int xoffset, int yoffset, int format, int type, ImageData pixels)