Class ByteAWTScreenImage
java.lang.Object
net.imglib2.img.AbstractImg<ByteType>
net.imglib2.img.AbstractNativeImg<ByteType, ByteArray>
net.imglib2.img.array.ArrayImg<ByteType, ByteArray>
net.imglib2.display.screenimage.awt.ArrayImgAWTScreenImage<ByteType, ByteArray>
net.imglib2.display.screenimage.awt.ByteAWTScreenImage
- All Implemented Interfaces:
Iterable<ByteType>, Dimensions, AWTScreenImage, ScreenImage<Image>, EuclideanSpace, Img<ByteType>, NativeImg<ByteType, ByteArray>, Interval, IterableInterval<ByteType>, IterableRealInterval<ByteType>, RandomAccessible<ByteType>, RandomAccessibleInterval<ByteType>, RealInterval, Typed<ByteType>, SubIntervalIterable<ByteType>
A
AWTScreenImage that is an ArrayImg<ByteType, ByteArray>.-
Field Summary
Fields inherited from class AbstractNativeImg
entitiesPerPixel, linkedType, numEntitiesFields inherited from class AbstractImg
dimension, max, n, numPixels -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SignedByteDataBuffercreateDataBuffer(ByteArray data) Methods inherited from class ArrayImgAWTScreenImage
getBitsPerPixel, imageMethods inherited from class ArrayImg
copy, cursor, cursor, factory, iterationOrder, localizingCursor, localizingCursor, localizingSpliterator, randomAccess, randomAccess, spliterator, subIntervalIterationOrder, supportsOptimizedCursor, updateMethods inherited from class AbstractNativeImg
createLinkedType, getType, setLinkedTypeMethods inherited from class AbstractImg
dimension, dimensions, max, max, max, min, min, min, numDimensions, numElements, realMax, realMax, realMax, realMin, realMin, realMin, size, toStringMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Dimensions
dimensions, dimensions, dimensionsAsLongArray, dimensionsAsPointMethods inherited from interface EuclideanSpace
numDimensionsMethods inherited from interface Interval
dimension, max, max, max, maxAsLongArray, maxAsPoint, min, min, min, minAsLongArray, minAsPoint, realMax, realMinMethods inherited from interface IterableRealInterval
firstElement, getType, iterator, parallelStream, streamMethods inherited from interface RandomAccessible
getAt, getAt, getAtMethods inherited from interface RandomAccessibleInterval
sizeMethods inherited from interface RealInterval
maxAsDoubleArray, maxAsRealPoint, minAsDoubleArray, minAsRealPoint, realMax, realMax, realMin, realMin
-
Constructor Details
-
ByteAWTScreenImage
-
ByteAWTScreenImage
-
-
Method Details
-
createDataBuffer
- Specified by:
createDataBufferin classArrayImgAWTScreenImage<ByteType, ByteArray>
-