Modifier and Type | Method and Description |
---|---|
IntArray |
AccessIo.IntArrayType.load(ByteBuffer bytes,
int numElements) |
Modifier and Type | Method and Description |
---|---|
protected UnsignedIntDataBuffer |
UnsignedIntAWTScreenImage.createDataBuffer(IntArray data) |
protected DataBufferInt |
IntAWTScreenImage.createDataBuffer(IntArray data) |
Constructor and Description |
---|
ARGBScreenImage(int width,
int height,
IntArray data)
Create an
Image with data . |
IntAWTScreenImage(IntType type,
IntArray data,
long[] dim) |
UnsignedIntAWTScreenImage(UnsignedIntType type,
IntArray data,
long[] dim) |
Constructor and Description |
---|
IntAWTScreenImage(ArrayImg<IntType,IntArray> img) |
UnsignedIntAWTScreenImage(ArrayImg<UnsignedIntType,IntArray> img) |
Modifier and Type | Method and Description |
---|---|
static ArrayImg<ARGBType,IntArray> |
ArrayImgs.argbs(int[] array,
long... dim)
|
static ArrayImg<ARGBType,IntArray> |
ArrayImgs.argbs(long... dim)
|
static ArrayImg<IntType,IntArray> |
ArrayImgs.ints(int[] array,
long... dim)
|
static ArrayImg<IntType,IntArray> |
ArrayImgs.ints(long... dim)
|
static ArrayImg<UnsignedIntType,IntArray> |
ArrayImgs.unsignedInts(int[] array,
long... dim)
|
static ArrayImg<UnsignedIntType,IntArray> |
ArrayImgs.unsignedInts(long... dim)
|
Modifier and Type | Method and Description |
---|---|
IntArray |
IntArray.createArray(int numEntities) |
Modifier and Type | Method and Description |
---|---|
void |
IntImagePlus.setPlane(int no,
IntArray plane)
This has to be overwritten, otherwise two different instances exist (one
in the imageplus, one in the mirror)
|
Modifier and Type | Method and Description |
---|---|
static PlanarImg<ARGBType,IntArray> |
PlanarImgs.argbs(long... dim)
|
static PlanarImg<IntType,IntArray> |
PlanarImgs.ints(long... dim)
|
static PlanarImg<UnsignedIntType,IntArray> |
PlanarImgs.unsignedInts(long... dim)
|
Modifier and Type | Method and Description |
---|---|
static UnsafeImg<IntLongAccessType,IntArray> |
UnsafeImgs.ints(long... dim)
|
Copyright © 2015–2022 ImgLib2. All rights reserved.