|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Filter
Represents a multi-pixel image filter kernel.
| Method Summary | |
|---|---|
float |
get(float x,
float y)
Get value of the filter at offset (x, y). |
float |
getSize()
Width in pixels of the filter extents. |
| Method Detail |
|---|
float getSize()
+/- getSize() / 2 around
the center of the pixel.
float get(float x,
float y)
x - x offset in pixelsy - y offset in pixels
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||