This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [gui] Implement RescaleOp


>>>>> "Jerry" == Jerry Quinn <jlquinn@optonline.net> writes:

Jerry> +  public RenderingHints getRenderingHints() { return hints; }

Usually we don't do on-line functions.

Jerry> +  public BufferedImage filter(BufferedImage src, BufferedImage dst) {

Brace on a new line...  there's a few of these.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]