Java javax.media.j3d Raster fields, constructors, methods, implement or subclass

Example usage for Java javax.media.j3d Raster fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.media.j3d Raster.

The text is from its open source code.

Field

intRASTER_COLOR
Specifies a Raster object with color data.
intRASTER_DEPTH
Specifies a Raster object with depth (z-buffer) data.
intALLOW_IMAGE_WRITE
Specifies that this Raster allows writing the image.
intALLOW_SIZE_READ
Specifies that this Raster allows reading the size.

Constructor

Method

voidsetCapability(int bit)
Sets the specified capability bit.
voidsetImage(ImageComponent2D image)
Sets the pixel array used to copy pixels to/from a Canvas3D.
voidsetOffset(int xSrcOffset, int ySrcOffset)
voidsetPosition(Point3f pos)
Sets the position in object coordinates of this raster.
voidsetSize(int width, int height)
Sets the number of pixels to be copied from the pixel array.
voidsetType(int type)
Sets the type of this raster object to one of: RASTER_COLOR, RASTER_DEPTH, or RASTER_COLOR_DEPTH.