/[libvob]/libvob/org/nongnu/libvob/VobMap.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/VobMap.java

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

revision 1.2 by tjl, Fri Mar 7 11:38:21 2003 UTC revision 1.3 by tjl, Tue Aug 5 09:41:06 2003 UTC
# Line 33  import java.awt.*; Line 33  import java.awt.*;
33   */   */
34    
35  public interface VobMap extends VobPlacer {  public interface VobMap extends VobPlacer {
36      public void dump();      void dump();
37    
38      /** Get the topmost vob (the one that was PLACED LAST)      /** Get the topmost vob (the one that was PLACED LAST)
39       * in the given coordinate system.       * in the given coordinate system.
40       */       */
41      public Vob getVobByCS(int i);      Vob getVobByCS(int i);
42    
43      public void setVS(VobScene vs);      void setVS(VobScene vs);
44  }  }
45    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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