| Package | Description |
|---|---|
| org.w3c.dom.html | |
| org.w3c.dom.webgl |
| Modifier and Type | Method and Description |
|---|---|
HTMLImageElement |
HTMLImageElement_Constructor.createInstance() |
HTMLImageElement |
HTMLImageElement_Constructor.createInstance(int width) |
HTMLImageElement |
HTMLImageElement_Constructor.createInstance(int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
CanvasPattern |
CanvasRenderingContext2D.createPattern(HTMLImageElement image,
String repetition) |
void |
CanvasRenderingContext2D.drawImage(HTMLImageElement image,
double dx,
double dy) |
void |
CanvasRenderingContext2D.drawImage(HTMLImageElement image,
double dx,
double dy,
double dw,
double dh) |
void |
CanvasRenderingContext2D.drawImage(HTMLImageElement image,
double sx,
double sy,
double sw,
double sh,
double dx,
double dy,
double dw,
double dh) |
| Modifier and Type | Method and Description |
|---|---|
void |
WebGLRenderingContext.texImage2D(int target,
int level,
int internalformat,
int format,
int type,
HTMLImageElement image) |
void |
WebGLRenderingContext.texSubImage2D(int target,
int level,
int xoffset,
int yoffset,
int format,
int type,
HTMLImageElement image) |
Copyright © 2016. All Rights Reserved.