Package | Description |
---|---|
net.imglib2.display.screenimage.awt | |
net.imglib2.img.array | |
net.imglib2.img.basictypeaccess.array | |
net.imglib2.img.cell | |
net.imglib2.img.planar |
Modifier and Type | Method and Description |
---|---|
protected DataBufferInt |
IntAWTScreenImage.createDataBuffer(IntArray data) |
protected UnsignedIntDataBuffer |
UnsignedIntAWTScreenImage.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)
|
ArrayImg<T,IntArray> |
ArrayImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
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 |
---|---|
CellImg<T,IntArray> |
CellImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
Modifier and Type | Method and Description |
---|---|
static PlanarImg<ARGBType,IntArray> |
PlanarImgs.argbs(long... dim)
|
NativeImg<T,IntArray> |
PlanarImgFactory.createIntInstance(long[] dimensions,
Fraction entitiesPerPixel) |
static PlanarImg<IntType,IntArray> |
PlanarImgs.ints(long... dim)
|
static PlanarImg<UnsignedIntType,IntArray> |
PlanarImgs.unsignedInts(long... dim)
|
Copyright © 2009–2017 ImgLib2. All rights reserved.