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.scenegraph.io.state.org.scijava.java3d.utils.image |
Modifier and Type | Class and Description |
---|---|
class |
ImageComponent2D
This class defines a 2D image component.
|
class |
ImageComponent3D
This class defines a 3D image component.
|
Modifier and Type | Method and Description |
---|---|
ImageComponent |
TextureCubeMap.getImage(int level)
This method is not supported for TextureCubeMap.
|
ImageComponent |
Texture.getImage(int level)
Retrieves the image for a specified mipmap level.
|
ImageComponent |
TextureCubeMap.getImage(int level,
int face)
Retrieves the image for a specified mipmap level of a particular
face of the cube map.
|
ImageComponent[] |
TextureCubeMap.getImages()
This method is not supported for TextureCubeMap.
|
ImageComponent[] |
Texture.getImages()
Retrieves the array of images for all mipmap levels.
|
ImageComponent[] |
TextureCubeMap.getImages(int face)
Retrieves the array of images for all mipmap level of a particular
face of the cube map.
|
Modifier and Type | Method and Description |
---|---|
void |
TextureCubeMap.setImage(int level,
ImageComponent image)
This method is not supported for TextureCubeMap.
|
void |
Texture.setImage(int level,
ImageComponent image)
Sets the image for a specified mipmap level.
|
void |
TextureCubeMap.setImages(ImageComponent[] images)
This method is not supported for TextureCubeMap.
|
void |
Texture.setImages(ImageComponent[] images)
Sets the array of images for all mipmap levels.
|
Modifier and Type | Class and Description |
---|---|
class |
ImageComponent2DURL |
Copyright © 2016–2022 SciJava. All rights reserved.