DjvuRaster

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

ConstructorDescription
DjvuRaster(int width, int height, IRasterImageArgb32PixelLoader loader)Initializes a new instance of the DjvuRaster class.

Methods

MethodDescription
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:

ParameterTypeDescription
widthintThe width.
heightintThe height.
loaderIRasterImageArgb32PixelLoaderThe 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