Package | Description |
---|---|
org.scijava.java3d |
Provides the core set of classes for the
3D graphics API for the Java platform; click here for more information,
including explanatory material that was formerly found in the guide.
|
org.scijava.java3d.utils.image |
Provides texture image utility classes.
|
org.scijava.java3d.utils.scenegraph.io.state.org.scijava.java3d.utils.image |
Modifier and Type | Method and Description |
---|---|
ImageComponent2D |
Texture2D.getDetailImage()
Deprecated.
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
ImageComponent2D |
Raster.getImage()
Retrieves the current pixel array object.
|
ImageComponent2D |
Background.getImage()
Retrieves the background image.
|
ImageComponent2D |
Canvas3D.getOffScreenBuffer()
Retrieves the off-screen buffer for this Canvas3D.
|
Modifier and Type | Method and Description |
---|---|
void |
Texture2D.setDetailImage(ImageComponent2D detailTexture)
Deprecated.
As of Java 3D 1.5 the optional detail texture feature is no
longer supported.
|
void |
Raster.setImage(ImageComponent2D image)
Sets the pixel array used to copy pixels to/from a Canvas3D.
|
void |
Background.setImage(ImageComponent2D image)
Sets the background image to the specified image.
|
void |
TextureCubeMap.setImage(int level,
int face,
ImageComponent2D image)
Sets the image for a specified mipmap level of a specified face
of the cube map
|
void |
TextureCubeMap.setImages(int face,
ImageComponent2D[] images)
Sets the array of images for mipmap levels from base level through
max level for a specified face of the cube map
|
void |
Canvas3D.setOffScreenBuffer(ImageComponent2D buffer)
Sets the off-screen buffer for this Canvas3D.
|
void |
ImageComponent2D.Updater.updateData(ImageComponent2D imageComponent,
int x,
int y,
int width,
int height)
Updates image data that is accessed by reference.
|
Constructor and Description |
---|
Background(ImageComponent2D image)
Constructs a Background node with the specified image.
|
Raster(Point3f pos,
int type,
int xSrcOffset,
int ySrcOffset,
int width,
int height,
ImageComponent2D image,
DepthComponent depthComponent)
Constructs a new Raster object with the specified values.
|
Raster(Point3f pos,
int type,
int clipMode,
Point srcOffset,
Dimension size,
Point dstOffset,
ImageComponent2D image,
DepthComponent depthComponent)
Constructs a new Raster object with the specified values.
|
Raster(Point3f pos,
int type,
Point srcOffset,
Dimension size,
ImageComponent2D image,
DepthComponent depthComponent)
Constructs a new Raster object with the specified values.
|
Modifier and Type | Method and Description |
---|---|
ImageComponent2D |
TextureLoader.getImage()
Returns the associated ImageComponent2D object
|
ImageComponent2D |
TextureLoader.getScaledImage(float xScale,
float yScale)
Returns the scaled ImageComponent2D object
|
ImageComponent2D |
TextureLoader.getScaledImage(int width,
int height)
Returns the scaled ImageComponent2D object
|
Modifier and Type | Class and Description |
---|---|
class |
ImageComponent2DURL |
Copyright © 2016–2022 SciJava. All rights reserved.