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.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.DataBufferIntIntAWTScreenImage. createDataBuffer(IntArray data)protected UnsignedIntDataBufferUnsignedIntAWTScreenImage. 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 anImagewithdata.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)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 IntArrayIntArray. createArray(int numEntities) -
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)static PlanarImg<IntType,IntArray>PlanarImgs. ints(long... dim)static PlanarImg<UnsignedIntType,IntArray>PlanarImgs. unsignedInts(long... dim)
-