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.
|
Modifier and Type | Class and Description |
---|---|
class |
DepthComponentFloat
A 2D array of depth (Z) values in floating point format in the range [0,1].
|
class |
DepthComponentInt
A 2D array of depth (Z) values in integer format.
|
class |
DepthComponentNative
A 2D array of depth (Z) values stored in the most efficient format for a
particular device.
|
Modifier and Type | Method and Description |
---|---|
DepthComponent |
Raster.getDepthComponent()
Retrieves the current depth image object.
|
Modifier and Type | Method and Description |
---|---|
void |
Raster.setDepthComponent(DepthComponent depthComponent)
Sets the depth image used to copy pixels to/from a Canvas3D.
|
Constructor and Description |
---|
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.
|
Copyright © 2016–2022 SciJava. All rights reserved.