All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.media.j3d.DepthImageNative

java.lang.Object
   |
   +----java.media.j3d.DepthImage
           |
           +----java.media.j3d.DepthImageNative

public class DepthImageNative
extends DepthImage
A 2D array of depth (Z) values stored in the most efficient format for a particular device. Values are not accessible by the user and may only be used to read the Z values and subsequently write them back.


Constructor Index

 o DepthImageNative(int, int)
Constructs a new native depth (z-buffer) image object with the specified width and height.

Constructors

 o DepthImageNative
 public DepthImageNative(int width,
                         int height)
Constructs a new native depth (z-buffer) image object with the specified width and height.

Parameters:
width - the width of the array of depth values
height - the height of the array of depth values

All Packages  Class Hierarchy  This Package  Previous  Next  Index