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
-
frame
- frame : IN
-
height
- height : OUT
-
idx
- index : IN
-
isROI
- is ROI : OUT
-
layer
- layer : IN
-
left
- left : OUT
-
overlayData
- overlayData : OUT
-
top
- top : OUT
-
transp
- transp : OUT
-
width
- width : OUT
-
J2Ci.jDVPrStateParam_GetOverlayData()
-
frame
public long frame
- frame : IN
height
public int height
- height : OUT
idx
public int idx
- index : IN
isROI
public boolean isROI
- is ROI : OUT
layer
public int layer
- layer : IN
left
public int left
- left : OUT
overlayData
public byte[] overlayData
- overlayData : OUT
top
public int top
- top : OUT
transp
public byte transp
- transp : OUT
width
public int width
- width : OUT
jDVPrStateParam_GetOverlayData
public jDVPrStateParam_GetOverlayData()
All Packages Class Hierarchy This Package Previous Next Index