/[gzz]/gzz/gzz/gfx/gl/Paper.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/Paper.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by jvk, Mon Aug 19 14:27:59 2002 UTC revision 1.5 by jvk, Tue Sep 24 08:14:08 2002 UTC
# Line 66  public class Paper { Line 66  public class Paper {
66    
67      public Pass getPass(int p) { return new Pass(p); }      public Pass getPass(int p) { return new Pass(p); }
68    
69        public Object clone() { Paper p = new Paper(); impl_clone(c_id, p.c_id); return p; }
70    
71      public Paper() {      public Paper() {
72          c_id = impl_create();          c_id = impl_create();
73      }      }
# Line 79  public class Paper { Line 81  public class Paper {
81      static private native int impl_create();      static private native int impl_create();
82      static private native void impl_delete(int pid);      static private native void impl_delete(int pid);
83    
84        static private native void impl_clone(int from_id, int to_id);
85    
86      static private native int impl_getNPasses(int pid);      static private native int impl_getNPasses(int pid);
87      static private native void impl_setNPasses(int pid, int i);      static private native void impl_setNPasses(int pid, int i);
88    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26