Class FloatAWTScreenImage
- java.lang.Object
-
- net.imglib2.img.AbstractImg<T>
-
- net.imglib2.img.AbstractNativeImg<T,A>
-
- net.imglib2.img.array.ArrayImg<T,A>
-
- net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage<FloatType,FloatArray>
-
- net.imglib2.display.screenimage.awt.FloatAWTScreenImage
-
- All Implemented Interfaces:
java.lang.Iterable<FloatType>
,Dimensions
,AWTScreenImage
,ScreenImage<java.awt.Image>
,EuclideanSpace
,Img<FloatType>
,NativeImg<FloatType,FloatArray>
,Interval
,IterableInterval<FloatType>
,IterableRealInterval<FloatType>
,RandomAccessible<FloatType>
,RandomAccessibleInterval<FloatType>
,RealInterval
,SubIntervalIterable<FloatType>
public class FloatAWTScreenImage extends ArrayImgAWTScreenImage<FloatType,FloatArray>
AAWTScreenImage
that is anArrayImg<FloatType, FloatArray>
.- Author:
- Michael Zinsmaier, Martin Horn, Christian Dietz, Curtis Rueden
-
-
Field Summary
-
Fields inherited from class net.imglib2.img.AbstractNativeImg
entitiesPerPixel, linkedType, numEntities
-
Fields inherited from class net.imglib2.img.AbstractImg
dimension, max, n, numPixels
-
-
Constructor Summary
Constructors Constructor Description FloatAWTScreenImage(ArrayImg<FloatType,FloatArray> img)
FloatAWTScreenImage(FloatType type, FloatArray data, long[] dim)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.awt.image.DataBufferFloat
createDataBuffer(FloatArray data)
-
Methods inherited from class net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage
getBitsPerPixel, image
-
Methods inherited from class net.imglib2.img.array.ArrayImg
copy, cursor, cursor, factory, iterationOrder, localizingCursor, localizingCursor, randomAccess, randomAccess, subIntervalIterationOrder, supportsOptimizedCursor, update
-
Methods inherited from class net.imglib2.img.AbstractNativeImg
createLinkedType, setLinkedType
-
Methods inherited from class net.imglib2.img.AbstractImg
dimension, dimensions, firstElement, iterator, max, max, max, min, min, min, numDimensions, numElements, realMax, realMax, realMax, realMin, realMin, realMin, size, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.imglib2.Dimensions
dimension, dimensions
-
Methods inherited from interface net.imglib2.EuclideanSpace
numDimensions
-
Methods inherited from interface net.imglib2.IterableRealInterval
firstElement, size
-
-
-
-
Constructor Detail
-
FloatAWTScreenImage
public FloatAWTScreenImage(ArrayImg<FloatType,FloatArray> img)
-
FloatAWTScreenImage
public FloatAWTScreenImage(FloatType type, FloatArray data, long[] dim)
-
-
Method Detail
-
createDataBuffer
protected java.awt.image.DataBufferFloat createDataBuffer(FloatArray data)
- Specified by:
createDataBuffer
in classArrayImgAWTScreenImage<FloatType,FloatArray>
-
-