gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gzz/client Fallback.java


From: Benja Fallenstein
Subject: [Gzz-commits] gzz/gzz/client Fallback.java
Date: Wed, 02 Oct 2002 14:26:28 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/10/02 14:26:28

Modified files:
        gzz/client     : Fallback.java 

Log message:
        API doc for that feature

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/client/Fallback.java.diff?tr1=1.42&tr2=1.43&r1=text&r2=text

Patches:
Index: gzz/gzz/client/Fallback.java
diff -c gzz/gzz/client/Fallback.java:1.42 gzz/gzz/client/Fallback.java:1.43
*** gzz/gzz/client/Fallback.java:1.42   Wed Oct  2 14:24:02 2002
--- gzz/gzz/client/Fallback.java        Wed Oct  2 14:26:28 2002
***************
*** 73,79 ****
   * It implements a subset of the 0.6.0 bindings.
   */
  public class Fallback {
! public static final String rcsid = "$Id: Fallback.java,v 1.42 2002/10/02 
18:24:02 benja Exp $";
      public static boolean dbg = false;
      private static void pa(String s) { System.err.println(s); }
  
--- 73,79 ----
   * It implements a subset of the 0.6.0 bindings.
   */
  public class Fallback {
! public static final String rcsid = "$Id: Fallback.java,v 1.43 2002/10/02 
18:26:28 benja Exp $";
      public static boolean dbg = false;
      private static void pa(String s) { System.err.println(s); }
  
***************
*** 225,232 ****
  
          VobScene cachedVobScene;
          boolean useCachedVobScene = false;
!         
          public VobScene getCachedVobScene() { return cachedVobScene; };
          public void setUseCachedVobScene(boolean b) {
              useCachedVobScene = b;
          }
--- 225,239 ----
  
          VobScene cachedVobScene;
          boolean useCachedVobScene = false;
! 
!         /** Get the last generated vob scene. */        
          public VobScene getCachedVobScene() { return cachedVobScene; };
+         
+         /** Specify whether to re-use the last generated vob scene
+          *  when re-drawing the next time. This allows making changes
+          *  to that vob scene (through getCachedVobScene()) and 
+          *  redraw quickly.
+          */
          public void setUseCachedVobScene(boolean b) {
              useCachedVobScene = b;
          }




reply via email to

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