/[fenfire]/fenfire/org/fenfire/view/PageNodeView.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/PageNodeView.java

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

revision 1.7 by tjl, Wed Sep 10 13:00:48 2003 UTC revision 1.8 by tjl, Wed Nov 5 10:25:53 2003 UTC
# Line 40  import java.awt.Color; Line 40  import java.awt.Color;
40  public class PageNodeView implements PureNodeFunction {  public class PageNodeView implements PureNodeFunction {
41    
42      final NodeFunction nodeContent;      final NodeFunction nodeContent;
43      final SpanImageFactory spanImageFactory;      final Function spanImageFactory;
44    
45      public PageNodeView(NodeFunction nodeContent,      public PageNodeView(NodeFunction nodeContent,
46                          SpanImageFactory spanImageFactory) {                          Function spanImageFactory) {
47          this.nodeContent = nodeContent;          this.nodeContent = nodeContent;
48          this.spanImageFactory = spanImageFactory;          this.spanImageFactory = spanImageFactory;
49      }      }

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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