|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface BadHandler.ArrayHandler
Class provided for testing and setting bad values in a given
primitive array. An object of this class is returned by the
BadHandler.arrayHandler(java.lang.Object)
method.
Method Summary | |
---|---|
boolean |
isBad(int pos)
Indicates whether an element of this ArrayHandler's primitive array is bad. |
void |
putBad(int pos)
Writes a single bad value into this ArrayHandler's array. |
Method Detail |
---|
boolean isBad(int pos)
pos
- the position in array of the pixel to be tested.
IndexOutOfBoundsException
- if pos is outside the bounds
of the arrayvoid putBad(int pos)
pos
- the position at which to write the bad value
IndexOutOfBoundsException
- if access outside the
bounds of the array is attempted
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |