Uses of Class
net.imglib2.type.numeric.integer.ByteType
-
Packages that use ByteType Package Description net.imglib2.display.screenimage.awt net.imglib2.img.array net.imglib2.img.planar net.imglib2.type.numeric.integer -
-
Uses of ByteType in net.imglib2.display.screenimage.awt
Constructors in net.imglib2.display.screenimage.awt with parameters of type ByteType Constructor Description ByteAWTScreenImage(ByteType type, ByteArray data, long[] dim)
Constructor parameters in net.imglib2.display.screenimage.awt with type arguments of type ByteType Constructor Description ByteAWTScreenImage(ArrayImg<ByteType,ByteArray> img)
-
Uses of ByteType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ByteType Modifier and Type Method Description static ArrayImg<ByteType,ByteArray>
ArrayImgs. bytes(byte[] array, long... dim)
static ArrayImg<ByteType,ByteArray>
ArrayImgs. bytes(long... dim)
static <A extends ByteAccess>
ArrayImg<ByteType,A>ArrayImgs. bytes(A access, long... dim)
-
Uses of ByteType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type ByteType Modifier and Type Method Description static PlanarImg<ByteType,ByteArray>
PlanarImgs. bytes(long... dim)
-
Uses of ByteType in net.imglib2.type.numeric.integer
Methods in net.imglib2.type.numeric.integer that return ByteType Modifier and Type Method Description ByteType
ByteType. copy()
ByteType
ByteType. createVariable()
ByteType
ByteType. duplicateTypeOnSameNativeImg()
Methods in net.imglib2.type.numeric.integer that return types with arguments of type ByteType Modifier and Type Method Description NativeImg<ByteType,? extends ByteAccess>
ByteType. createSuitableNativeImg(NativeImgFactory<ByteType> storageFactory, long[] dim)
Method parameters in net.imglib2.type.numeric.integer with type arguments of type ByteType Modifier and Type Method Description NativeImg<ByteType,? extends ByteAccess>
ByteType. createSuitableNativeImg(NativeImgFactory<ByteType> storageFactory, long[] dim)
-