/[gzz]/gzz/gzz/media/impl/Enfilade1DImpl.java
ViewVC logotype

Diff of /gzz/gzz/media/impl/Enfilade1DImpl.java

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

revision 1.10 by tjl, Mon Sep 16 09:09:22 2002 UTC revision 1.11 by benja, Tue Oct 1 13:10:18 2002 UTC
# Line 31  import java.util.*; Line 31  import java.util.*;
31  public class Enfilade1DImpl implements Enfilade1D {  public class Enfilade1DImpl implements Enfilade1D {
32  static public final String rcsid = "$Id$";  static public final String rcsid = "$Id$";
33    
34        /** The char used to represent non-textual spans.
35         */
36        char NON_TEXT_SPAN_CHAR = '?';
37    
38      /** An empty enfilade.      /** An empty enfilade.
39       */       */
40      private static Enfilade1DImpl empty = new Enfilade1DImpl(null, null, null);      private static Enfilade1DImpl empty = new Enfilade1DImpl(null, null, null);
# Line 233  static public final String rcsid = "$Id$ Line 237  static public final String rcsid = "$Id$
237                      chars[offset + leftl + i] = s.charAt(i);                      chars[offset + leftl + i] = s.charAt(i);
238              } else {              } else {
239                  for(int i=0; i<midl; i++)                  for(int i=0; i<midl; i++)
240                      chars[offset + leftl + i] = ' ';                      chars[offset + leftl + i] = NON_TEXT_SPAN_CHAR;
241              }              }
242          }          }
243          if(right != null) {          if(right != null) {

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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