public interface PushbroomScaler
| Modifier and Type | Method and Description |
|---|---|
java.nio.ByteBuffer |
getDestination()
Retrieves the destination buffer.
|
boolean |
putSourceScanline(byte[] scanline,
int off)
Push one scanline of source pixels into the scaling engine.
|
java.nio.ByteBuffer getDestination()
boolean putSourceScanline(byte[] scanline,
int off)
scanline - One scanline of source data.off - The offset into the buffer.java.lang.IllegalArgumentException - if off < 0.