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

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

Introduction

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

The text is from its open source code.

Field

intFORMAT_RGB
Specifies that each pixel contains 3 8-bit channels: one each for red, green, blue.
intFORMAT_RGBA
Specifies that each pixel contains 4 8-bit channels: one each for red, green, blue, alpha.
intFORMAT_RGB8
Specifies that each pixel contains 3 8-bit channels: one each for red, green, blue.
intALLOW_SIZE_READ
Specifies that this ImageComponent object allows reading its size component information (width, height, and depth).
intALLOW_FORMAT_READ
Specifies that this ImageComponent object allows reading its format component information.
intALLOW_IMAGE_READ
Specifies that this ImageComponent object allows reading its image component information.

Method

intgetHeight()
Retrieves the height of this image component object.
intgetWidth()
Retrieves the width of this image component object.