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 TypeMethodDescriptionConverters.argbChannel(RandomAccessible<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleto one of the four channels encoded in aRandomAccessibleofARGBType.Converters.argbChannel(RandomAccessibleInterval<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleIntervalto one of the four channels encoded in aRandomAccessibleIntervalofARGBType.static RandomAccessible<ARGBType> Converters.mergeARGB(RandomAccessible<UnsignedByteType> source, ColorChannelOrder channelOrder) Create an n-dimensional color image from an (n+1)-dimensional image ofUnsignedByteType.static RandomAccessibleInterval<ARGBType> Converters.mergeARGB(RandomAccessibleInterval<UnsignedByteType> source, ColorChannelOrder channelOrder) Create an n-dimensional color image from an (n+1)-dimensional image ofUnsignedByteType.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 TypeMethodDescriptionConverters.argbChannel(RandomAccessible<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleto one of the four channels encoded in aRandomAccessibleofARGBType.Converters.argbChannel(RandomAccessibleInterval<ARGBType> source, int channel) Create aWriteConvertedRandomAccessibleIntervalto one of the four channels encoded in aRandomAccessibleIntervalofARGBType.Converters.argbChannels(RandomAccessibleInterval<ARGBType> source) Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.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
Fields in net.imglib2.converter.readwrite with type parameters of type ARGBTypeMethods in net.imglib2.converter.readwrite that return ARGBTypeModifier and TypeMethodDescriptionCompositeARGBSamplerConverter.convert(Sampler<? extends Composite<UnsignedByteType>> sampler) Method parameters in net.imglib2.converter.readwrite with type arguments of type ARGBTypeModifier and TypeMethodDescriptionConstructor parameters in net.imglib2.converter.readwrite with type arguments of type ARGBTypeModifierConstructorDescriptionprivateARGBChannelConvertingAccess(Sampler<? extends ARGBType> sampler) -
Uses of ARGBType in net.imglib2.display
Fields in net.imglib2.display declared as ARGBTypeModifier and TypeFieldDescriptionprotected final ARGBTypeARGBARGBColorConverter.colorprivate final ARGBTypeRealARGBColorConverterFactory.Imp.colorMethods in net.imglib2.display that return ARGBTypeModifier and TypeMethodDescriptionARGBARGBColorConverter.getColor()ColorConverter.getColor()RealARGBColorConverterFactory.Imp.getColor()ScaledARGBConverter.getColor()Methods in net.imglib2.display with parameters of type ARGBTypeModifier and TypeMethodDescriptionvoidvoidARGBARGBColorConverter.VolatileToGray.convert(VolatileARGBType input, ARGBType output) voidvoidvoidScaledARGBConverter.VolatileARGB.convert(VolatileARGBType input, ARGBType output) voidvoidvoidvoid -
Uses of ARGBType in net.imglib2.display.projector.composite
Fields in net.imglib2.display.projector.composite with type parameters of type ARGBTypeModifier and TypeFieldDescriptionCompositeXYProjector.convertersCompositeXYRandomAccessibleProjector.convertersprivate final IterableInterval<ARGBType> CompositeXYProjector.targetprotected 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
Classes in net.imglib2.interpolation.randomaccess with type parameters of type ARGBTypeModifier and TypeClassDescriptionclassN-linear interpolator for volatile ARGB values with overflow check.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
Fields in net.imglib2.type.numeric with type parameters of type ARGBTypeModifier and TypeFieldDescriptionprivate static final NativeTypeFactory<ARGBType, IntAccess> ARGBType.typeFactoryMethods 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 ARGBTypeMethods in net.imglib2.type.numeric with parameters of type ARGBType -
Uses of ARGBType in net.imglib2.type.volatiles
Subclasses of ARGBType in net.imglib2.type.volatiles