Uses of Class
net.imglib2.type.numeric.ARGBType
Packages that use ARGBType
Package
Description
-
Uses of ARGBType in net.imglib2.converter
Classes in net.imglib2.converter that implement interfaces with type arguments of type ARGBTypeModifier and TypeClassDescriptionclassARGBARGBDoubleConverter<T extends AbstractARGBDoubleType<?>>classARGBDoubleARGBConverter<T extends AbstractARGBDoubleType<?>>final classConvert UnsignedByteType into one channel ofARGBType.classRealARGBConverter<R extends RealType<?>>classRealLUTConverter<R extends RealType<R>>RealLUTConverter contains aColorTable8, through which samples are filtered.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
Classes in net.imglib2.converter.readwrite that implement interfaces with type arguments of type ARGBTypeModifier and TypeClassDescriptionfinal classAccess the on channel of anARGBTypeas an UnsignedByteType.classFields 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
Subclasses with type arguments of type ARGBType in net.imglib2.displayModifier and TypeClassDescriptionstatic classA converter from a ARGB to ARGB that initially converts the input color to grayscale, then scales the resulting grayscale value with the set color.static classSubinterfaces with type arguments of type ARGBType in net.imglib2.displayClasses in net.imglib2.display that implement interfaces with type arguments of type ARGBTypeFields 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.display.screenimage.awt
Subclasses with type arguments of type ARGBType in net.imglib2.display.screenimage.awt -
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.Subclasses with type arguments of type ARGBType in net.imglib2.interpolation.randomaccessModifier and TypeClassDescriptionclassN-linear interpolator for ARGB values with overflow check.Classes in net.imglib2.interpolation.randomaccess that implement interfaces with type arguments of type ARGBTypeModifier and TypeClassDescriptionclassclassMethods 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
Subclasses with type arguments of type ARGBType in net.imglib2.type.numericModifier and TypeClassDescriptionclassAnativeNumericTypethat encodes four channels at unsigned byte precision into one 32bit signed integer which is the format used in most display oriented image processing libraries such as AWT or ImageJ.Classes in net.imglib2.type.numeric that implement interfaces with type arguments of type ARGBTypeModifier and TypeClassDescriptionclassAnativeNumericTypethat encodes four channels at unsigned byte precision into one 32bit signed integer which is the format used in most display oriented image processing libraries such as AWT or ImageJ.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.volatilesSubclasses with type arguments of type ARGBType in net.imglib2.type.volatiles