Uses of Class
net.imglib2.type.numeric.ARGBType
Packages that use ARGBType
Package
Description
-
Uses of ARGBType in net.imglib2.converter
Fields in net.imglib2.converter declared as ARGBTypeModifier and TypeFieldDescriptionprotected final ARGBTypeVolatileRealTypeARGBConverter.backgroundFields in net.imglib2.converter with type parameters of type ARGBTypeModifier and TypeFieldDescriptionstatic final ArrayList<Converter<UnsignedByteType, ARGBType>> ChannelARGBConverter.converterListRGBAChannelARGBConverter.converterListRGBAcan be used inCompositeXYProjectorto convert a 4-channelUnsignedByteTypeinto compositeARGBType.Methods in net.imglib2.converter that return types with arguments of type ARGBTypeModifier and TypeMethodDescriptionstatic final WriteConvertedRandomAccessible<ARGBType, UnsignedByteType> Converters.argbChannel(RandomAccessible<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleto one of the four channels encoded in aRandomAccessibleofARGBType.static final WriteConvertedRandomAccessibleInterval<ARGBType, UnsignedByteType> Converters.argbChannel(RandomAccessibleInterval<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleIntervalto one of the four channels encoded in aRandomAccessibleIntervalofARGBType.Methods in net.imglib2.converter with parameters of type ARGBTypeModifier and TypeMethodDescriptionvoidvoidvoidChannelARGBConverter.convert(UnsignedByteType input, ARGBType output) voidvoidvoidVolatileRealTypeARGBConverter.convert(VolatileRealType<?> input, ARGBType output) Method parameters in net.imglib2.converter with type arguments of type ARGBTypeModifier and TypeMethodDescriptionstatic final WriteConvertedRandomAccessible<ARGBType, UnsignedByteType> Converters.argbChannel(RandomAccessible<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleto one of the four channels encoded in aRandomAccessibleofARGBType.static final WriteConvertedRandomAccessibleInterval<ARGBType, UnsignedByteType> Converters.argbChannel(RandomAccessibleInterval<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleIntervalto one of the four channels encoded in aRandomAccessibleIntervalofARGBType.static final RandomAccessibleInterval<UnsignedByteType> Converters.argbChannels(RandomAccessibleInterval<ARGBType> source) Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.static final RandomAccessibleInterval<UnsignedByteType> Converters.argbChannels(RandomAccessibleInterval<ARGBType> source, int... channels) Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.Constructors in net.imglib2.converter with parameters of type ARGBTypeModifierConstructorDescriptionVolatileRealTypeARGBConverter(double min, double max, ARGBType background) VolatileRealTypeARGBConverter(ARGBType background) -
Uses of ARGBType in net.imglib2.converter.readwrite
Method parameters in net.imglib2.converter.readwrite with type arguments of type ARGBTypeModifier and TypeMethodDescription -
Uses of ARGBType in net.imglib2.display.projector.composite
Fields in net.imglib2.display.projector.composite with type parameters of type ARGBTypeModifier and TypeFieldDescriptionprotected final RandomAccessibleInterval<ARGBType> CompositeXYRandomAccessibleProjector.targetMethod parameters in net.imglib2.display.projector.composite with type arguments of type ARGBTypeModifier and TypeMethodDescriptionprotected voidprotected voidCompositeXYRandomAccessibleProjector.mapSingle(RandomAccess<A> sourceRandomAccess, Converter<A, ARGBType> conv) Constructor parameters in net.imglib2.display.projector.composite with type arguments of type ARGBTypeModifierConstructorDescriptionCompositeXYProjector(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, ArrayList<Converter<A, ARGBType>> converters, int dimIndex) CompositeXYProjector(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, ArrayList<Converter<A, ARGBType>> converters, int dimIndex) CompositeXYRandomAccessibleProjector(RandomAccessibleInterval<A> source, RandomAccessibleInterval<ARGBType> target, ArrayList<Converter<A, ARGBType>> converters, int dimIndex) -
Uses of ARGBType in net.imglib2.img.array
Methods in net.imglib2.img.array that return types with arguments of type ARGBType -
Uses of ARGBType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type ARGBType -
Uses of ARGBType in net.imglib2.interpolation.randomaccess
Methods in net.imglib2.interpolation.randomaccess that return ARGBTypeModifier and TypeMethodDescriptionNLinearInterpolatorARGB.get()Get the interpolated value at the current position.Method parameters in net.imglib2.interpolation.randomaccess with type arguments of type ARGBTypeModifier and TypeMethodDescriptionNLinearInterpolatorARGBFactory.create(RandomAccessible<ARGBType> randomAccessible) NLinearInterpolatorARGBFactory.create(RandomAccessible<ARGBType> randomAccessible, RealInterval interval) For now, ignore theRealIntervaland returnNLinearInterpolatorARGBFactory.create(RandomAccessible).Constructors in net.imglib2.interpolation.randomaccess with parameters of type ARGBTypeModifierConstructorDescriptionprotectedNLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible, ARGBType type) Constructor parameters in net.imglib2.interpolation.randomaccess with type arguments of type ARGBTypeModifierConstructorDescriptionprotectedNLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible) protectedNLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible, ARGBType type) -
Uses of ARGBType in net.imglib2.type.numeric
Methods in net.imglib2.type.numeric that return ARGBTypeModifier and TypeMethodDescriptionARGBType.copy()ARGBType.createVariable()ARGBType.duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric that return types with arguments of type ARGBTypeModifier and TypeMethodDescriptionARGBType.createSuitableNativeImg(NativeImgFactory<ARGBType> storageFactory, long[] dim) Methods in net.imglib2.type.numeric with parameters of type ARGBTypeModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidbooleanARGBType.valueEquals(ARGBType t) Method parameters in net.imglib2.type.numeric with type arguments of type ARGBTypeModifier and TypeMethodDescriptionARGBType.createSuitableNativeImg(NativeImgFactory<ARGBType> storageFactory, long[] dim)