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 net.imglib2.type.volatiles -
-
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
Fields in net.imglib2.type.numeric.integer with type parameters of type ByteType Modifier and Type Field Description private static NativeTypeFactory<ByteType,ByteAccess>ByteType. typeFactoryMethods in net.imglib2.type.numeric.integer that return ByteType Modifier and Type Method Description ByteTypeByteType. copy()ByteTypeByteType. createVariable()ByteTypeByteType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric.integer that return types with arguments of type ByteType Modifier and Type Method Description NativeTypeFactory<ByteType,ByteAccess>ByteType. getNativeTypeFactory() -
Uses of ByteType in net.imglib2.type.volatiles
Subclasses of ByteType in net.imglib2.type.volatiles Modifier and Type Class Description private static classVolatileByteType.WrappedByteType
-