Class J2Ci.jDVPrStateParam_GetPixelData
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class J2Ci.jDVPrStateParam_GetPixelData

Object
   |
   +----J2Ci.jDVPrStateParam_GetPixelData

public class jDVPrStateParam_GetPixelData
extends Object
The class jDVPrStateParam_GetPixelData is responsible for parameters passed to the method getPixelData() of class DVPresentationState. This method has three parameters (primitive types) passed by reference (changed in this method), and what Java can't manage. So an extra class had to be constructed - this class. Create an object of this class before passing it to that method!

Author:
Andreas Schröter

Variable Index

 o height
Height of image.
 o pixelData
Pixeldata as byte-Array.
 o width
Width of image.

Constructor Index

 o J2Ci.jDVPrStateParam_GetPixelData()

Variables

 o height
public long height
Height of image.

 o pixelData
public byte[] pixelData
Pixeldata as byte-Array.

 o width
public long width
Width of image.

Constructors

 o jDVPrStateParam_GetPixelData
public jDVPrStateParam_GetPixelData()

All Packages  Class Hierarchy  This Package  Previous  Next  Index