public class PreparedImageScanLineStore extends Object implements IScanLineStore
Constructor and Description |
---|
PreparedImageScanLineStore(java.awt.Image image) |
Modifier and Type | Method and Description |
---|---|
void |
freeScanLines() |
void |
getPixels(int[] dest,
int offset,
int line) |
public PreparedImageScanLineStore(java.awt.Image image)
public void freeScanLines()
freeScanLines
in interface IScanLineStore
public void getPixels(int[] dest, int offset, int line)
getPixels
in interface IScanLineStore