/[fenfire]/fenfire/org/fenfire/Fen.java
ViewVC logotype

Diff of /fenfire/org/fenfire/Fen.java

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

revision 1.5 by tjl, Tue Apr 15 19:10:09 2003 UTC revision 1.6 by tjl, Wed Apr 16 03:29:22 2003 UTC
# Line 23  public class Fen { Line 23  public class Fen {
23    
24      /** The span maker for user-typed spans.      /** The span maker for user-typed spans.
25       */       */
26      public org.nongnu.alph.SpanMaker userSpanMaker;      public org.nongnu.alph.SpanMaker userSpanMaker =
27            new org.nongnu.alph.impl.FakeSpanMaker(); // XXX
28    
29      /** The span maker for computer-generated spans.      /** The span maker for computer-generated spans.
30       */       */
31      public org.nongnu.alph.SpanMaker fakeSpanMaker;      public org.nongnu.alph.SpanMaker fakeSpanMaker =
32            new org.nongnu.alph.impl.FakeSpanMaker();
33            
34      /** The enfilade maker.      /** The enfilade maker.
35       */       */
36      public org.nongnu.alph.Enfilade1D.Maker enfMaker;      public org.nongnu.alph.Enfilade1D.Maker enfMaker =
37            new org.nongnu.alph.impl.Enfilade1DImpl.Enfilade1DImplMaker();
38            
39    
40      /** For use with recursed Fens: indicate      /** For use with recursed Fens: indicate

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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