DjvuRaster
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.DataStreamSupporter, com.aspose.imaging.Image, com.aspose.imaging.RasterImage, com.aspose.imaging.RasterCachedImage
public final class DjvuRaster extends RasterCachedImage
Class for representing Djvu raster image where located result of some operation
Constructors
| Constructor | Description |
|---|---|
| DjvuRaster(int width, int height, IRasterImageArgb32PixelLoader loader) | Initializes a new instance of the DjvuRaster class. |
Methods
| Method | Description |
|---|---|
| getWidth() | Gets the width. |
| getHeight() | Gets the height. |
| getBitsPerPixel() | Gets the image bits per pixel count. |
| getLength() | Gets the length. |
DjvuRaster(int width, int height, IRasterImageArgb32PixelLoader loader)
public DjvuRaster(int width, int height, IRasterImageArgb32PixelLoader loader)
Initializes a new instance of the DjvuRaster class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| width | int | The width. |
| height | int | The height. |
| loader | IRasterImageArgb32PixelLoader | The loader. |
getWidth()
public int getWidth()
Gets the width.
Value: The width.
Returns: int
getHeight()
public int getHeight()
Gets the height.
Value: The height.
Returns: int
getBitsPerPixel()
public int getBitsPerPixel()
Gets the image bits per pixel count.
Value: The image bits per pixel count.
Returns: int
getLength()
public int getLength()
Gets the length.
Value: The length.
Returns: int