public interface PixerFactory
Modifier and Type | Method and Description |
---|---|
Pixer |
createPixer()
Returns a pixer.
|
int |
getMaxX()
Returns the highest X value from each created pixer.
|
int |
getMaxY()
Returns the highest Y value from each created pixer.
|
int |
getMinX()
Returns the lowest X value from each created pixer.
|
int |
getMinY()
Returns the lowest Y value from each created pixer.
|
int |
getPixelCount()
Returns the number of pixels over which each created pixer iterates.
|
Pixer createPixer()
int getPixelCount()
int getMinX()
int getMaxX()
int getMinY()
int getMaxY()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.