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

Variable Index

 o BRHC_x
OUT: Bottom right hand corner, x-coordinate.
 o BRHC_y
OUT: Bottom right hand corner, y-coordinate.
 o TLHC_x
IN: Top left hand corner, x-coordinate of image.
 o TLHC_y
IN: Top left hand corner, y-coordinate.
 o height
IN: Height of array / window height.
 o interpolate
IN: interpolate pixel for maximizing the image.
 o offsetX
IN: Offset for X to fill array.
 o offsetY
IN: Offset for Y to fill array.
 o pixelArray
IN/OUT: Pixeldata as byte-Array.
 o scale_x
IN: scale factor for x.
 o scale_y
IN: scale factor for y.
 o width
IN: Width of array / window width.
 o zoomfactor
IN: Zoom factor.

Constructor Index

 o J2Ci.jDVPrStateParam_GetScreenData()

Variables

 o 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.

 o 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.

 o TLHC_x
public int TLHC_x
IN: Top left hand corner, x-coordinate of image.

 o TLHC_y
public int TLHC_y
IN: Top left hand corner, y-coordinate.

 o height
public int height
IN: Height of array / window height.

 o interpolate
public boolean interpolate
IN: interpolate pixel for maximizing the image. Set to false if pixels should be doubled.

 o 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.

 o 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.

 o 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().

 o scale_x
public double scale_x
IN: scale factor for x. (1.0) means no maximizing or minimizing. The value MUST NOT be 0.

 o scale_y
public double scale_y
IN: scale factor for y. (1.0) means no maximizing or minimizing. The value MUST NOT be 0.

 o width
public int width
IN: Width of array / window width.

 o zoomfactor
public double zoomfactor
IN: Zoom factor. (1.0) means no maximizing or minimizing. The value MUST NOT be 0.

Constructors

 o jDVPrStateParam_GetScreenData
public jDVPrStateParam_GetScreenData()

All Packages  Class Hierarchy  This Package  Previous  Next  Index