| Package | Description |
|---|---|
| com.gargoylesoftware.htmlunit.javascript.host.canvas |
Implementations of the Canvas JavaScript host objects - users of HtmlUnit shouldn't
need anything in this package.
|
| com.gargoylesoftware.htmlunit.javascript.host.canvas.rendering |
Implementations of the canvas rendering backend - users of HtmlUnit shouldn't
need anything in this package.
|
| Modifier and Type | Method and Description |
|---|---|
static ImageData |
CanvasRenderingContext2D.createImageData(net.sourceforge.htmlunit.corejs.javascript.Context context,
net.sourceforge.htmlunit.corejs.javascript.Scriptable thisObj,
Object[] args,
net.sourceforge.htmlunit.corejs.javascript.Function function)
Returns the
ImageData object. |
ImageData |
CanvasRenderingContext2D.getImageData(int sx,
int sy,
int sw,
int sh)
Returns the
ImageData object. |
| Modifier and Type | Method and Description |
|---|---|
void |
CanvasRenderingContext2D.putImageData(ImageData imageData,
int dx,
int dy,
Object dirtyX,
Object dirtyY,
Object dirtyWidth,
Object dirtyHeight)
Paints data from the given ImageData object onto the canvas.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwtRenderingBackend.putImageData(ImageData imageData,
int dx,
int dy,
int dirtyX,
int dirtyY,
int dirtyWidth,
int dirtyHeight)
Paints data from the given ImageData object onto the canvas.
|
void |
RenderingBackend.putImageData(ImageData imageData,
int dx,
int dy,
int dirtyX,
int dirtyY,
int dirtyWidth,
int dirtyHeight)
Paints data from the given ImageData object onto the canvas.
|
Copyright © 2002–2020 Gargoyle Software Inc.. All rights reserved.