T - Generic type of IImageLinepublic interface IImageLineSetFactory<T extends IImageLine>
IImageLineSet, used by PngReader.
| Modifier and Type | Method and Description |
|---|---|
IImageLineSet<T> |
create(ImageInfo imgInfo,
boolean singleCursor,
int nlines,
int noffset,
int step)
Creates a new
IImageLineSet |
IImageLineSet<T> create(ImageInfo imgInfo, boolean singleCursor, int nlines, int noffset, int step)
IImageLineSetimgInfo - Image infosingleCursor - : we intend to read one row at a time, if possible, and we are
not interested in keeping the line in memorynlines - : how many lines we want the ImageLineSet to storenoffset - : how many lines we want to skip from the original image
(normally 0)step - : row step (normally 1)Copyright © 2013. All rights reserved.