public class ImageLineSetARGBbi extends Object implements IImageLineSet<ImageLineARGBbi>
| Constructor and Description |
|---|
ImageLineSetARGBbi(BufferedImage bi,
ImageInfo imginfo) |
| Modifier and Type | Method and Description |
|---|---|
ImageLineARGBbi |
getImageLine(int n)
Asks for imageline corresponding to row n in the original image (zero based).
|
boolean |
hasImageLine(int n)
Returns true if the set contain row n (in the original image,zero based) currently
allocated.
|
int |
size()
Internal size of allocated rows This is informational, it should rarely be important for the
caller.
|
public ImageLineSetARGBbi(BufferedImage bi, ImageInfo imginfo)
public ImageLineARGBbi getImageLine(int n)
IImageLineSetThrows exception if not available. The caller is supposed to know what he/she is doing
getImageLine in interface IImageLineSet<ImageLineARGBbi>public boolean hasImageLine(int n)
IImageLineSetIf it's a single-cursor, this should return true only if it's positioned there. (notice that hasImageLine(n) can return false, but getImageLine(n) can be ok)
hasImageLine in interface IImageLineSet<ImageLineARGBbi>public int size()
IImageLineSetsize in interface IImageLineSet<ImageLineARGBbi>Copyright © 2014. All rights reserved.