Example usage for Java javax.media.j3d ImageComponent fields, constructors, methods, implement or subclass
The text is from its open source code.
int | FORMAT_RGB Specifies that each pixel contains 3 8-bit channels: one each for red, green, blue. |
int | FORMAT_RGBA Specifies that each pixel contains 4 8-bit channels: one each for red, green, blue, alpha. |
int | FORMAT_RGB8 Specifies that each pixel contains 3 8-bit channels: one each for red, green, blue. |
int | ALLOW_SIZE_READ Specifies that this ImageComponent object allows reading its size component information (width, height, and depth). |
int | ALLOW_FORMAT_READ Specifies that this ImageComponent object allows reading its format component information. |
int | ALLOW_IMAGE_READ Specifies that this ImageComponent object allows reading its image component information. |
int | getHeight() Retrieves the height of this image component object. |
int | getWidth() Retrieves the width of this image component object. |