gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gzz-commits] gzz/gzz/view CoordinatePlaneView.java


From: Tuomas Lukka
Subject: Re: [Gzz-commits] gzz/gzz/view CoordinatePlaneView.java
Date: Wed, 22 Jan 2003 20:22:55 +0200
User-agent: Mutt/1.4i

On Wed, Jan 22, 2003 at 09:28:13AM -0500, Matti Katila wrote:
> CVSROOT:      /cvsroot/gzz
> Module name:  gzz
> Changes by:   Matti Katila <address@hidden>   03/01/22 09:28:12
> 
> Modified files:
>       gzz/view       : CoordinatePlaneView.java 
> 
> Log message:
>       broke view api and made culling work in pp.
>
>  public class CoordinatePlaneView implements View {
> -public static final String rcsid = "$Id: CoordinatePlaneView.java,v 1.8 
> 2002/12/06 01:03:51 benja Exp $";
> +public static final String rcsid = "$Id: CoordinatePlaneView.java,v 1.9 
> 2003/01/22 14:28:12 mudyc Exp $";
>      public static boolean dbg = true;
>      private static void pa(String s) { System.err.println(s); }
>  
> @@ -53,6 +55,9 @@
>      public int getCursorBox() { return cursorBox; }
>  
>      public void render(VobScene vs, int into, ViewContext context) {
> +     render(vs, into, context, into);
> +    }
> +    public void render(VobScene vs, int into, ViewContext context, int 
> cullCS) {
>       Cell cur = context.getAccursed();

Urhm, putting it into ViewContext might be a far better alternative? Benja: 
what do you think?

        Tuomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]