| 26 | private final static ColorMatrix matrix = new ColorMatrix(); |
| 27 | |
| 28 | public enum DistortionType |
| 29 | { |
| 30 | SHRINK_GROW, |
| 31 | SWIRL_CW_CCW, |
| 32 | SMEAR, |
| 33 | } |
| 34 | |
| 35 | public enum SelectCriterion |
| 36 | { |
nothing calls this directly
no outgoing calls
no test coverage detected