Uses of Class
net.imglib2.img.basictypeaccess.array.IntArray
-
Packages that use IntArray Package Description net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.basictypeaccess.array net.imglib2.img.cell net.imglib2.img.planar -
-
Uses of IntArray in net.imglib2.display.screenimage.awt
Methods in net.imglib2.display.screenimage.awt with parameters of type IntArray Modifier and Type Method Description protected java.awt.image.DataBufferInt
IntAWTScreenImage. createDataBuffer(IntArray data)
protected UnsignedIntDataBuffer
UnsignedIntAWTScreenImage. createDataBuffer(IntArray data)
Constructors in net.imglib2.display.screenimage.awt with parameters of type IntArray Constructor Description ARGBScreenImage(int width, int height, IntArray data)
Create anImage
withdata
.IntAWTScreenImage(IntType type, IntArray data, long[] dim)
UnsignedIntAWTScreenImage(UnsignedIntType type, IntArray data, long[] dim)
Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type IntArray Constructor Description IntAWTScreenImage(ArrayImg<IntType,IntArray> img)
UnsignedIntAWTScreenImage(ArrayImg<UnsignedIntType,IntArray> img)
-
Uses of IntArray in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type IntArray Modifier and Type Method 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)
-
Uses of IntArray in net.imglib2.img.basictypeaccess.array
Methods in net.imglib2.img.basictypeaccess.array that return IntArray Modifier and Type Method Description IntArray
IntArray. createArray(int numEntities)
-
Uses of IntArray in net.imglib2.img.cell
Methods in net.imglib2.img.cell that return types with arguments of type IntArray Modifier and Type Method Description CellImg<T,IntArray>
CellImgFactory. createIntInstance(long[] dimensions, Fraction entitiesPerPixel)
-
Uses of IntArray in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type IntArray Modifier and Type Method 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)
-