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 | Method and Description |
---|---|
NioImageBuffer.ImageType |
NioImageBuffer.getImageType()
Gets the image type of this data buffer.
|
static NioImageBuffer.ImageType |
NioImageBuffer.ImageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NioImageBuffer.ImageType[] |
NioImageBuffer.ImageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NioImageBuffer(int width,
int height,
NioImageBuffer.ImageType imageType)
Constructs an NIO image buffer of the specified size and type.
|
NioImageBuffer(int width,
int height,
NioImageBuffer.ImageType imageType,
Buffer dataBuffer)
Constructs an NIO image buffer of the specified size and type, using
the specified dataBuffer.
|
Copyright © 2016–2022 SciJava. All rights reserved.