Package | Description |
---|---|
ar.com.hjg.pngj |
PNGJ main package
|
Modifier and Type | Class and Description |
---|---|
class |
ImageLineSetDefault<T extends IImageLine>
Default implementation of
IImageLineSet . |
Modifier and Type | Field and Description |
---|---|
protected IImageLineSet<? extends IImageLine> |
PngReader.imlinesSet
Represents the set of lines (rows) being read.
|
Modifier and Type | Method and Description |
---|---|
IImageLineSet<T> |
IImageLineSetFactory.create(ImageInfo imgInfo,
boolean singleCursor,
int nlines,
int noffset,
int step)
Creates a new
IImageLineSet
If singleCursor=true, the caller will read and write one row fully at a time, in order (it'll never try to read out
of order lines), so the implementation can opt for allocate only one line. |
protected IImageLineSet<? extends IImageLine> |
PngReader.createLineSet(boolean singleCursor,
int nlines,
int noffset,
int step)
By default this uses the factory (which, by default creates ImageLineInt).
|
IImageLineSet<? extends IImageLine> |
PngReaderApng.readRows() |
IImageLineSet<? extends IImageLine> |
PngReader.readRows()
Reads all rows in a ImageLineSet This is handy, but less memory-efficient (except for interlaced)
|
IImageLineSet<? extends IImageLine> |
PngReaderApng.readRows(int nRows,
int rowOffset,
int rowStep) |
IImageLineSet<? extends IImageLine> |
PngReader.readRows(int nRows,
int rowOffset,
int rowStep)
Reads a subset of rows.
|
Modifier and Type | Method and Description |
---|---|
void |
PngWriter.writeRows(IImageLineSet<? extends IImageLine> imglines)
Writes the full set of row.
|
Copyright © 2014. All rights reserved.