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

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

Introduction

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

The text is from its open source code.

Constructor

ImageComponent2D(int format, BufferedImage image)
Constructs a 2D image component object using the specified format and BufferedImage.
ImageComponent2D(int format, RenderedImage image)
Constructs a 2D image component object using the specified format and RenderedImage.
ImageComponent2D(int format, int width, int height)
Constructs a 2D image component object using the specified format, width, and height.
ImageComponent2D(int format, BufferedImage image, boolean byReference, boolean yUp)
Constructs a 2D image component object using the specified format, BufferedImage, byReference flag, and yUp flag.
ImageComponent2D(int format, RenderedImage image, boolean byReference, boolean yUp)
Constructs a 2D image component object using the specified format, RenderedImage, byReference flag, and yUp flag.
ImageComponent2D(int format, NioImageBuffer image, boolean byReference, boolean yUp)
Constructs a 2D image component object using the specified format, NioImageBuffer, byReference flag, and yUp flag.

Method

intgetFormat()
Retrieves the format of this image component object.
intgetHeight()
Retrieves the height of this image component object.
BufferedImagegetImage()
Retrieves the image from this ImageComponent2D object.
intgetWidth()
Retrieves the width of this image component object.
voidset(BufferedImage image)
Sets this image component to the specified BufferedImage object.
voidset(RenderedImage image)
Sets this image component to the specified RenderedImage object.
voidset(NioImageBuffer image)
Sets this image component to the specified NioImageBuffer object.
voidsetCapability(int bit)
Sets the specified capability bit.