/[gzz]/gzz/gzz/impl/SimpleVStreamTexter.java
ViewVC logotype

Diff of /gzz/gzz/impl/SimpleVStreamTexter.java

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

revision 1.16 by benja, Tue Sep 17 17:45:15 2002 UTC revision 1.17 by benja, Sat Sep 28 18:21:16 2002 UTC
# Line 43  public class SimpleVStreamTexter impleme Line 43  public class SimpleVStreamTexter impleme
43      SpanMaker spanMaker;      SpanMaker spanMaker;
44      Enfilade1D.Maker enfMaker;      Enfilade1D.Maker enfMaker;
45      EnfiladeOverlapIndex index;      EnfiladeOverlapIndex index;
46        XuIndexer xuIndex;
47    
48      /** Aligner      /** Aligner
49       * @deprecated EnfiladeAligner should not be provided by Space: it's too       * @deprecated EnfiladeAligner should not be provided by Space: it's too
# Line 78  public class SimpleVStreamTexter impleme Line 79  public class SimpleVStreamTexter impleme
79    
80      public void setSpace(ModularSpace space) {      public void setSpace(ModularSpace space) {
81          this.space = space;          this.space = space;
82            this.xuIndex = new SpaceXuIndexer(space);
83      }      }
84    
85    
# Line 120  public class SimpleVStreamTexter impleme Line 122  public class SimpleVStreamTexter impleme
122      }      }
123            
124      public Index getEnfiladeOverlap() { return index; }      public Index getEnfiladeOverlap() { return index; }
125        public XuIndexer getXuIndexer() { return xuIndex; }
126    
127      public String getText(Cell c, Obs o) {      public String getText(Cell c, Obs o) {
128          Enfilade1D enf = getEnfilade(c, o);          Enfilade1D enf = getEnfilade(c, o);

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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