1 /* 2 * Created by DocJava, Inc. 3 * User: lyon 4 * Date: Feb 28, 2003 5 * Time: 7:42:23 AM 6 */ 7 package j2d.hpp; 8 9 public interface HppFilterInterface { 10 public short getR(int r); 11 public short getG(int g); 12 public short getB(int b); 13 } 14