Uses of Class
net.imglib2.type.numeric.ARGBType
-
-
Uses of ARGBType in net.imglib2.converter
Fields in net.imglib2.converter declared as ARGBType Modifier and Type Field Description protected ARGBTypeVolatileRealTypeARGBConverter. backgroundFields in net.imglib2.converter with type parameters of type ARGBType Modifier and Type Field Description static java.util.ArrayList<Converter<UnsignedByteType,ARGBType>>ChannelARGBConverter. converterListRGBAChannelARGBConverter.converterListRGBAcan be used inCompositeXYProjectorto convert a 4-channelUnsignedByteTypeinto compositeARGBType.Methods in net.imglib2.converter with parameters of type ARGBType Modifier and Type Method Description voidARGBARGBDoubleConverter. convert(ARGBType input, T output)voidARGBDoubleARGBConverter. convert(T input, ARGBType output)voidChannelARGBConverter. convert(UnsignedByteType input, ARGBType output)voidRealARGBConverter. convert(R input, ARGBType output)voidRealLUTConverter. convert(R input, ARGBType output)voidVolatileRealTypeARGBConverter. convert(VolatileRealType<?> input, ARGBType output)Method parameters in net.imglib2.converter with type arguments of type ARGBType Modifier and Type Method Description static WriteConvertedRandomAccessible<ARGBType,UnsignedByteType>Converters. argbChannel(RandomAccessible<ARGBType> source, int channel)Create aWriteConvertedRandomAccessibleto one of the four channels encoded in aRandomAccessibleofARGBType.static WriteConvertedRandomAccessibleInterval<ARGBType,UnsignedByteType>Converters. argbChannel(RandomAccessibleInterval<ARGBType> source, int channel)Create aWriteConvertedRandomAccessibleIntervalto one of the four channels encoded in aRandomAccessibleIntervalofARGBType.static RandomAccessibleInterval<UnsignedByteType>Converters. argbChannels(RandomAccessibleInterval<ARGBType> source)Create an (n+1)-dimensionalRandomAccessibleof an n-dimensionalRandomAccessiblethat maps the four channels encoded inARGBTypeinto a dimension.static 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 ARGBType Constructor Description VolatileRealTypeARGBConverter(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 ARGBType Modifier and Type Field Description private Sampler<? extends ARGBType>ARGBChannelSamplerConverter.ARGBChannelConvertingAccess. samplerMethods in net.imglib2.converter.readwrite that return ARGBType Modifier and Type Method Description ARGBTypeCompositeARGBSamplerConverter. convert(Sampler<? extends Composite<UnsignedByteType>> sampler)Method parameters in net.imglib2.converter.readwrite with type arguments of type ARGBType Modifier and Type Method Description UnsignedByteTypeARGBChannelSamplerConverter. convert(Sampler<? extends ARGBType> sampler)Constructor parameters in net.imglib2.converter.readwrite with type arguments of type ARGBType Constructor Description ARGBChannelConvertingAccess(Sampler<? extends ARGBType> sampler) -
Uses of ARGBType in net.imglib2.display
Fields in net.imglib2.display declared as ARGBType Modifier and Type Field Description protected ARGBTypeARGBARGBColorConverter. colorprivate ARGBTypeRealARGBColorConverterFactory.Imp. colorMethods in net.imglib2.display that return ARGBType Modifier and Type Method Description ARGBTypeARGBARGBColorConverter. getColor()ARGBTypeColorConverter. getColor()ARGBTypeRealARGBColorConverterFactory.Imp. getColor()ARGBTypeScaledARGBConverter. getColor()Methods in net.imglib2.display with parameters of type ARGBType Modifier and Type Method Description voidARGBARGBColorConverter.ToGray. convert(ARGBType input, ARGBType output)voidARGBARGBColorConverter.VolatileToGray. convert(VolatileARGBType input, ARGBType output)voidRealARGBColorConverterFactory.Imp. convert(R input, ARGBType output)voidScaledARGBConverter.ARGB. convert(ARGBType input, ARGBType output)voidScaledARGBConverter.VolatileARGB. convert(VolatileARGBType input, ARGBType output)voidARGBARGBColorConverter. setColor(ARGBType c)voidColorConverter. setColor(ARGBType c)voidRealARGBColorConverterFactory.Imp. setColor(ARGBType c)voidScaledARGBConverter. setColor(ARGBType c) -
Uses of ARGBType in net.imglib2.display.projector.composite
Fields in net.imglib2.display.projector.composite with type parameters of type ARGBType Modifier and Type Field Description private java.util.ArrayList<Converter<A,ARGBType>>CompositeXYProjector. convertersprivate java.util.ArrayList<Converter<A,ARGBType>>CompositeXYRandomAccessibleProjector. convertersprivate IterableInterval<ARGBType>CompositeXYProjector. targetprotected RandomAccessibleInterval<ARGBType>CompositeXYRandomAccessibleProjector. targetMethod parameters in net.imglib2.display.projector.composite with type arguments of type ARGBType Modifier and Type Method Description protected voidCompositeXYProjector. mapSingle(RandomAccess<A> sourceRandomAccess, Converter<A,ARGBType> conv)protected voidCompositeXYRandomAccessibleProjector. mapSingle(RandomAccess<A> sourceRandomAccess, Converter<A,ARGBType> conv)Constructor parameters in net.imglib2.display.projector.composite with type arguments of type ARGBType Constructor Description CompositeXYProjector(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, java.util.ArrayList<Converter<A,ARGBType>> converters, int dimIndex)CompositeXYProjector(RandomAccessibleInterval<A> source, IterableInterval<ARGBType> target, java.util.ArrayList<Converter<A,ARGBType>> converters, int dimIndex)CompositeXYRandomAccessibleProjector(RandomAccessibleInterval<A> source, RandomAccessibleInterval<ARGBType> target, java.util.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 Modifier and Type Method Description static ArrayImg<ARGBType,IntArray>ArrayImgs. argbs(int[] array, long... dim)static ArrayImg<ARGBType,IntArray>ArrayImgs. argbs(long... dim)static <A extends IntAccess>
ArrayImg<ARGBType,A>ArrayImgs. argbs(A access, long... dim) -
Uses of ARGBType in net.imglib2.img.planar
Methods in net.imglib2.img.planar that return types with arguments of type ARGBType Modifier and Type Method Description static PlanarImg<ARGBType,IntArray>PlanarImgs. argbs(long... dim) -
Uses of ARGBType in net.imglib2.interpolation.randomaccess
Classes in net.imglib2.interpolation.randomaccess with type parameters of type ARGBType Modifier and Type Class Description classClampingNLinearInterpolatorVolatileARGB<T extends AbstractVolatileNumericType<ARGBType,T>>N-linear interpolator for volatile ARGB values with overflow check.Methods in net.imglib2.interpolation.randomaccess that return ARGBType Modifier and Type Method Description ARGBTypeNLinearInterpolatorARGB. get()Get the interpolated value at the current position.Method parameters in net.imglib2.interpolation.randomaccess with type arguments of type ARGBType Modifier and Type Method Description NLinearInterpolatorARGBNLinearInterpolatorARGBFactory. create(RandomAccessible<ARGBType> randomAccessible)NLinearInterpolatorARGBNLinearInterpolatorARGBFactory. create(RandomAccessible<ARGBType> randomAccessible, RealInterval interval)For now, ignore theRealIntervaland returnNLinearInterpolatorARGBFactory.create(RandomAccessible).Constructors in net.imglib2.interpolation.randomaccess with parameters of type ARGBType Constructor Description NLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible, ARGBType type)Constructor parameters in net.imglib2.interpolation.randomaccess with type arguments of type ARGBType Constructor Description NLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible)NLinearInterpolatorARGB(RandomAccessible<ARGBType> randomAccessible, ARGBType type) -
Uses of ARGBType in net.imglib2.type.numeric
Fields in net.imglib2.type.numeric with type parameters of type ARGBType Modifier and Type Field Description private static NativeTypeFactory<ARGBType,IntAccess>ARGBType. typeFactoryMethods in net.imglib2.type.numeric that return ARGBType Modifier and Type Method Description ARGBTypeARGBType. copy()ARGBTypeARGBType. createVariable()ARGBTypeARGBType. duplicateTypeOnSameNativeImg()Methods in net.imglib2.type.numeric that return types with arguments of type ARGBType Modifier and Type Method Description NativeTypeFactory<ARGBType,IntAccess>ARGBType. getNativeTypeFactory()Methods in net.imglib2.type.numeric with parameters of type ARGBType Modifier and Type Method Description voidARGBType. add(ARGBType c)voidARGBType. div(ARGBType c)voidARGBType. mul(ARGBType c)voidARGBType. pow(ARGBType c)voidARGBType. set(ARGBType c)voidARGBType. sub(ARGBType c)booleanARGBType. valueEquals(ARGBType t) -
Uses of ARGBType in net.imglib2.type.volatiles
Subclasses of ARGBType in net.imglib2.type.volatiles Modifier and Type Class Description private static classVolatileARGBType.WrappedARGBType
-