| 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 |
| Modifier and Type | Method and Description |
|---|---|
IImageLineSet<T> |
IImageLineSetFactory.create(ImageInfo imgInfo,
boolean singleCursor,
int nlines,
int noffset,
int step)
Creates a new
IImageLineSet |
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> |
PngReader.readRows()
Reads all rows in a ImageLineSet This is handy, but less memory-efficient
(except for interlaced)
|
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 © 2013. All rights reserved.