/[alph]/alph/org/nongnu/alph/impl/SimpleImageScroll.java
ViewVC logotype

Diff of /alph/org/nongnu/alph/impl/SimpleImageScroll.java

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

revision 1.4 by tjl, Mon Apr 21 16:31:23 2003 UTC revision 1.5 by tjl, Mon Apr 21 18:50:35 2003 UTC
# Line 85  String rcsid = "$Id$"; Line 85  String rcsid = "$Id$";
85          this.height = d.height;          this.height = d.height;
86      }      }
87    
88      class SimpleImageSpan extends ScrollBlockManager.ImageSpanBase {      class SimpleImageSpan extends AbstractImageSpan  {
89          SimpleImageSpan(int x, int y, int w, int h) {          SimpleImageSpan(int x, int y, int w, int h) {
90              super(SimpleImageScroll.this, x, y, w, h);              super(SimpleImageScroll.this, x, y, w, h);
91          }          }
92    
93          protected ScrollBlockManager.ImageSpanBase          protected AbstractImageSpan
94                  createNew(int x, int y, int w, int h) {                  createNew(int x, int y, int w, int h) {
95              return new SimpleImageSpan(x, y, w, h);              return new SimpleImageSpan(x, y, w, h);
96          }          }

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