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
-
height
- Height of image.
-
pixelData
- Pixeldata as byte-Array.
-
width
- Width of image.
-
J2Ci.jDVPrStateParam_GetPixelData()
-
height
public long height
- Height of image.
pixelData
public byte[] pixelData
- Pixeldata as byte-Array.
width
public long width
- Width of image.
jDVPrStateParam_GetPixelData
public jDVPrStateParam_GetPixelData()
All Packages Class Hierarchy This Package Previous Next Index