| Package | Description |
|---|---|
| org.teavm.jso.canvas | |
| org.teavm.jso.webgl |
| Modifier and Type | Method and Description |
|---|---|
ImageData |
CanvasRenderingContext2D.createImageData(double width,
double height) |
ImageData |
CanvasRenderingContext2D.getImageData(double x,
double y,
double width,
double height) |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
| Modifier and Type | Method and Description |
|---|---|
void |
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) |
Copyright © 2015. All rights reserved.