/[fenfire]/fenfire/org/fenfire/fenpdf/appearance/views.py
ViewVC logotype

Diff of /fenfire/org/fenfire/fenpdf/appearance/views.py

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

revision 1.18 by mudyc, Tue Aug 26 11:34:40 2003 UTC revision 1.19 by tjl, Tue Aug 26 18:50:47 2003 UTC
# Line 208  class Views: Line 208  class Views:
208                          self.fen.txtfunc, accursed_text,                          self.fen.txtfunc, accursed_text,
209                          self.getPageNodeView(java.awt.Color.red))                          self.getPageNodeView(java.awt.Color.red))
210          return ff.swamp.CachedPureNodeFunction(          return ff.swamp.CachedPureNodeFunction(
211                          150, self.fen.constgraph, accursed_dispatcher)                          10, self.fen.constgraph, accursed_dispatcher)
212    
213      def getNormalNodeContentFunction(self):      def getNormalNodeContentFunction(self):
214    
# Line 220  class Views: Line 220  class Views:
220                          self.fen.txtfunc, normal_text,                          self.fen.txtfunc, normal_text,
221                          self.getPageNodeView(java.awt.Color.black))                          self.getPageNodeView(java.awt.Color.black))
222          return ff.swamp.CachedPureNodeFunction(          return ff.swamp.CachedPureNodeFunction(
223                          150, self.fen.constgraph, normal_dispatcher)                          500, self.fen.constgraph, normal_dispatcher)
224    
225      def createMultiplexerNodeContentFunction(self):      def createMultiplexerNodeContentFunction(self):
226          return ff.swamp.MultiplexerNodeFunction(          return ff.swamp.MultiplexerNodeFunction(

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

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