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

Class J2Ci.jDVPrStateParam_GetOverlayData

Object
   |
   +----J2Ci.jDVPrStateParam_GetOverlayData

public class jDVPrStateParam_GetOverlayData
extends Object
The class jDVPrStateParam_GetOverlayData is responsible for parameters passed to the method getOverlayData() of class DVPresentationState. This method has some parameters (primitive types and array 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! IN and OUT specifies the type of param (input param or output param).

Author:
Andreas Schröter

Variable Index

 o frame
frame : IN
 o height
height : OUT
 o idx
index : IN
 o isROI
is ROI : OUT
 o layer
layer : IN
 o left
left : OUT
 o overlayData
overlayData : OUT
 o top
top : OUT
 o transp
transp : OUT
 o width
width : OUT

Constructor Index

 o J2Ci.jDVPrStateParam_GetOverlayData()

Variables

 o frame
public long frame
frame : IN

 o height
public int height
height : OUT

 o idx
public int idx
index : IN

 o isROI
public boolean isROI
is ROI : OUT

 o layer
public int layer
layer : IN

 o left
public int left
left : OUT

 o overlayData
public byte[] overlayData
overlayData : OUT

 o top
public int top
top : OUT

 o transp
public byte transp
transp : OUT

 o width
public int width
width : OUT

Constructors

 o jDVPrStateParam_GetOverlayData
public jDVPrStateParam_GetOverlayData()

All Packages  Class Hierarchy  This Package  Previous  Next  Index