Package | Description |
---|---|
org.pepstock.charba.client.dom.elements |
Contains a set of DOM elements that Charba is using.
|
Modifier and Type | Method and Description |
---|---|
ImageData |
Context2dItem.getImageData(double sx,
double sy,
double sw,
double sh)
Returns an
ImageData object representing the underlying pixel data for a specified portion of the canvas. |
Modifier and Type | Method and Description |
---|---|
void |
Context2dItem.putImageData(ImageData imagedata,
double dx,
double dy)
Paints data from the given
ImageData object onto the canvas. |