Class J2Ci.jDVPrStateParam_GetScreenData
All Packages Class Hierarchy This Package Previous Next Index
Class J2Ci.jDVPrStateParam_GetScreenData
Object
|
+----J2Ci.jDVPrStateParam_GetScreenData
- public class jDVPrStateParam_GetScreenData
- extends Object
The class jDVPrStateParam_GetScreenData is responsible for parameters
passed to the method getScreenData().
- Author:
- Andreas Schröter
-
BRHC_x
- OUT: Bottom right hand corner, x-coordinate.
-
BRHC_y
- OUT: Bottom right hand corner, y-coordinate.
-
TLHC_x
- IN: Top left hand corner, x-coordinate of image.
-
TLHC_y
- IN: Top left hand corner, y-coordinate.
-
height
- IN: Height of array / window height.
-
interpolate
- IN: interpolate pixel for maximizing the image.
-
offsetX
- IN: Offset for X to fill array.
-
offsetY
- IN: Offset for Y to fill array.
-
pixelArray
- IN/OUT: Pixeldata as byte-Array.
-
scale_x
- IN: scale factor for x.
-
scale_y
- IN: scale factor for y.
-
width
- IN: Width of array / window width.
-
zoomfactor
- IN: Zoom factor.
-
J2Ci.jDVPrStateParam_GetScreenData()
-
BRHC_x
public int BRHC_x
- OUT: Bottom right hand corner, x-coordinate. This element is set to the coordinate
of the lower right pixel shown in this returned array of the original image data.
BRHC_y
public int BRHC_y
- OUT: Bottom right hand corner, y-coordinate. This element is set to the coordinate
of the lower right pixel shown in this returned array of the original image data.
TLHC_x
public int TLHC_x
- IN: Top left hand corner, x-coordinate of image.
TLHC_y
public int TLHC_y
- IN: Top left hand corner, y-coordinate.
height
public int height
- IN: Height of array / window height.
interpolate
public boolean interpolate
- IN: interpolate pixel for maximizing the image. Set to false if pixels should be doubled.
offsetX
public int offsetX
- IN: Offset for X to fill array. From this point the array will be filled. All before
this point will be set to black. MUST be positive.
offsetY
public int offsetY
- IN: Offset for Y to fill array. From this point the array will be filled. All before
this point will be set to black. MUST be positive.
pixelArray
public byte[] pixelArray
- IN/OUT: Pixeldata as byte-Array. Pixel output will be put in this array.
The array must be created before passing an object of this class to that
method getScreenData().
scale_x
public double scale_x
- IN: scale factor for x. (1.0) means no maximizing or minimizing. The value MUST NOT be 0.
scale_y
public double scale_y
- IN: scale factor for y. (1.0) means no maximizing or minimizing. The value MUST NOT be 0.
width
public int width
- IN: Width of array / window width.
zoomfactor
public double zoomfactor
- IN: Zoom factor. (1.0) means no maximizing or minimizing. The value MUST NOT be 0.
jDVPrStateParam_GetScreenData
public jDVPrStateParam_GetScreenData()
All Packages Class Hierarchy This Package Previous Next Index