/[fenfire]/fenfire/org/fenfire/spanimages/gl/ScrollBlockImager.java
ViewVC logotype

Diff of /fenfire/org/fenfire/spanimages/gl/ScrollBlockImager.java

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

revision 1.1 by tjl, Thu Jun 12 11:07:45 2003 UTC revision 1.2 by tjl, Mon Jun 23 12:28:50 2003 UTC
# Line 2  Line 2 
2    
3  package org.fenfire.spanimages.gl;  package org.fenfire.spanimages.gl;
4  import java.io.File;  import java.io.File;
5    import org.nongnu.alph.*;
6    
7  /** Base class for the classes holding scrollblock images.  /** Base class for the classes holding scrollblock images.
8   * Contains some necessary trappings.   * Contains some necessary trappings.
# Line 17  public abstract class ScrollBlockImager Line 18  public abstract class ScrollBlockImager
18    
19      /** Hide the slash and colon characters from the filesystem.      /** Hide the slash and colon characters from the filesystem.
20       */       */
21      static private String protectChars(String s) {      static protected String protectChars(String s) {
22          StringBuffer res = new StringBuffer();          StringBuffer res = new StringBuffer();
23          for(int i=0; i<s.length(); i++) {          for(int i=0; i<s.length(); i++) {
24              char c = s.charAt(i);              char c = s.charAt(i);
# Line 29  public abstract class ScrollBlockImager Line 30  public abstract class ScrollBlockImager
30          }          }
31          return res.toString();          return res.toString();
32      }      }
33    
34        public abstract SingleImage getSingleImage(ImageSpan img) ;
35    
36  }  }

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

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