public class AWTScreenImageUtil extends Object
AWTScreenImage
s.
TODO: Add convenience methods to render RandomAccessibleInterval
s.Constructor and Description |
---|
AWTScreenImageUtil() |
Modifier and Type | Method and Description |
---|---|
static <T extends NativeType<T>> |
emptyScreenImage(T type,
long[] dims)
Get an appropriate
AWTScreenImage given a type and the
dimensionality of the incoming image. |
public static <T extends NativeType<T>> ArrayImgAWTScreenImage<T,?> emptyScreenImage(T type, long[] dims)
AWTScreenImage
given a type and the
dimensionality of the incoming image.
Only the first two dimensions of the long[] dims are considered.
TODO: review if this is really the only solution to get it running with jenkins javac.type
- type used to create empty AWTScreenImage
dims
- dimensions of the resulting ArrayImgAWTScreenImage
Copyright © 2015–2022 ImgLib2. All rights reserved.