| Package | Description | 
|---|---|
| org.htmlunit.html | Classes specific to HTML pages, particularly the  HtmlPagewhich represents
 an HTML document and provides access to its content. | 
| org.htmlunit.platform | Support for platform specific implementations (e.g. for Android). | 
| org.htmlunit.platform.canvas.rendering | Implementations of the canvas rendering backend - users of HtmlUnit shouldn't
 need anything in this package. | 
| org.htmlunit.platform.image | Support for platform specific image implementations (e.g. for Android). | 
| Modifier and Type | Method and Description | 
|---|---|
| ImageData | HtmlImage. getImageData() | 
| Modifier and Type | Method and Description | 
|---|---|
| static ImageData | Platform. buildImageData(InputStream inputStream) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RenderingBackend. drawImage(ImageData imageData,
         int sx,
         int sy,
         Integer sWidth,
         Integer sHeight,
         int dx,
         int dy,
         Integer dWidth,
         Integer dHeight)Draws images onto the context. | 
| void | NoOpRenderingBackend. drawImage(ImageData imageData,
         int sx,
         int sy,
         Integer sWidth,
         Integer sHeight,
         int dx,
         int dy,
         Integer dWidth,
         Integer dHeight)Draws images onto the context. | 
| void | AwtRenderingBackend. drawImage(ImageData imageData,
         int sx,
         int sy,
         Integer sWidth,
         Integer sHeight,
         int dx,
         int dy,
         Integer dWidth,
         Integer dHeight)Draws images onto the context. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ImageIOImageDataINTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. | 
| class  | NoOpImageDataINTERNAL API - SUBJECT TO CHANGE AT ANY TIME - USE AT YOUR OWN RISK. | 
Copyright © 2002–2025 Gargoyle Software Inc.. All rights reserved.