Searched refs:DitherMethod (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/demo/applets/DitherTest/
H A DDitherTest.java68 enum DitherMethod { enum
111 DitherMethod xmethod = colorMethod(xspec, xvals);
112 DitherMethod ymethod = colorMethod(yspec, yvals);
125 private DitherMethod colorMethod(String s, int vals[]) {
126 DitherMethod method = DitherMethod.NOOP;
132 for (DitherMethod m : DitherMethod.values()) {
138 if (method == DitherMethod.NOOP) {
215 DitherMethod metho
[all...]

Completed in 233 milliseconds