/[fenfire]/fenfire/org/fenfire/spanimages/SpanImageVob.java
ViewVC logotype

Diff of /fenfire/org/fenfire/spanimages/SpanImageVob.java

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

revision 1.2 by tjl, Wed Jun 11 17:00:24 2003 UTC revision 1.3 by tjl, Tue Jun 24 11:11:52 2003 UTC
# Line 33  import org.nongnu.libvob.*; Line 33  import org.nongnu.libvob.*;
33  public interface SpanImageVob extends Vob {  public interface SpanImageVob extends Vob {
34      float getWidth();      float getWidth();
35      float getHeight();      float getHeight();
36    
37        /** Get the real x coordinate (inside this Vob)
38         * of the given image coordinate.
39         * Does not check whether it is inside or not.
40         */
41        float getRealX(float spanx);
42        /** Get the real y coordinate (inside this Vob)
43         * of the given image coordinate.
44         * Does not check whether it is inside or not.
45         */
46        float getRealY(float spany);
47  }  }
48    
49    

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