public class ARGBScreenImage extends ArrayImg<ARGBType,IntArray> implements AWTScreenImage
| Modifier and Type | Field and Description |
|---|---|
static ColorModel |
ARGB_COLOR_MODEL |
protected int[] |
data |
protected BufferedImage |
image |
entitiesPerPixel, linkedType, numEntitiesdimension, max, n, numPixels| Constructor and Description |
|---|
ARGBScreenImage(int width,
int height) |
ARGBScreenImage(int width,
int height,
int[] data)
Create an
Image with data. |
ARGBScreenImage(int width,
int height,
IntArray data)
Create an
Image with data. |
| Modifier and Type | Method and Description |
|---|---|
int[] |
getData()
The underlying array holding the data.
|
BufferedImage |
image() |
copy, cursor, cursor, factory, iterationOrder, localizingCursor, localizingCursor, randomAccess, randomAccess, subIntervalIterationOrder, supportsOptimizedCursor, updatecreateLinkedType, setLinkedTypedimension, dimensions, firstElement, iterator, max, max, max, min, min, min, numDimensions, numElements, realMax, realMax, realMax, realMin, realMin, realMin, size, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfirstElement, sizeforEach, iterator, spliteratorrealMax, realMax, realMax, realMin, realMin, realMindimension, dimensionsnumDimensionsprotected final int[] data
protected final BufferedImage image
public static final ColorModel ARGB_COLOR_MODEL
public ARGBScreenImage(int width,
int height)
public ARGBScreenImage(int width,
int height,
IntArray data)
public ARGBScreenImage(int width,
int height,
int[] data)
public BufferedImage image()
image in interface AWTScreenImageimage in interface ScreenImage<Image>public int[] getData()
Copyright © 2009–2017 ImgLib2. All rights reserved.