public class SpiralScanner extends ImageScanner
Modifier and Type | Class and Description |
---|---|
static class |
SpiralScanner.Direction |
exception, nextLocation, numBands, publicNextLocation, region
Constructor and Description |
---|
SpiralScanner(java.awt.image.BufferedImage src,
boolean useBands) |
SpiralScanner(java.awt.Rectangle region) |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
void |
updateNext() |
hasMoreElements, hasNext, iterator, next, nextElement, remove
public SpiralScanner(java.awt.image.BufferedImage src, boolean useBands)
public SpiralScanner(java.awt.Rectangle region)
public static void main(java.lang.String[] args)
public void updateNext()
updateNext
in class ImageScanner