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