public class HilbertScanner extends ImageScanner
exception, nextLocation, numBands, publicNextLocation, region| Constructor and Description |
|---|
HilbertScanner(java.awt.image.BufferedImage src,
boolean isBanded) |
HilbertScanner(java.awt.Rectangle region,
int numBands) |
| Modifier and Type | Method and Description |
|---|---|
java.util.LinkedList<pixeljelly.scanners.HilbertScanner.StateChanger> |
getMoves(int level,
pixeljelly.scanners.HilbertScanner.Move direction) |
boolean |
isValidLocation() |
void |
updateNext() |
hasMoreElements, hasNext, iterator, next, nextElement, removepublic HilbertScanner(java.awt.Rectangle region,
int numBands)
public HilbertScanner(java.awt.image.BufferedImage src,
boolean isBanded)
public java.util.LinkedList<pixeljelly.scanners.HilbertScanner.StateChanger> getMoves(int level,
pixeljelly.scanners.HilbertScanner.Move direction)
public boolean isValidLocation()
public void updateNext()
updateNext in class ImageScanner