/[fenfire]/fenfire/org/fenfire/view/lava/mindMapView2D.py
ViewVC logotype

Diff of /fenfire/org/fenfire/view/lava/mindMapView2D.py

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

revision 1.41 by humppake, Mon Aug 25 20:11:40 2003 UTC revision 1.42 by humppake, Mon Aug 25 22:38:30 2003 UTC
# Line 56  class MindMapMainNode2D(ff.view.buoy.Mai Line 56  class MindMapMainNode2D(ff.view.buoy.Mai
56          self.multiplexer = ff.swamp.MultiplexerNodeFunction(normal, accursed)          self.multiplexer = ff.swamp.MultiplexerNodeFunction(normal, accursed)
57    
58          self.floatingView = MindMapView2D(fen, context)          self.floatingView = MindMapView2D(fen, context)
59          self.floatingView.filletLength = 40          self.floatingView.filletLength = 30
60          self.floatingView.filletWidth = 10          self.floatingView.filletWidth = 10
61          self.floatingView.initRotation = 0          self.floatingView.initRotation = 0
62          self.floatingView.depth = 2          self.floatingView.depth = 2
63          self.floatingView.geometry.init(40, 10, 0, 2)          self.floatingView.geometry.init(30, 10, 0, 2)
64                    
65      def renderMain(self, vs, into):      def renderMain(self, vs, into):
66          ff.view.buoy.MainNode2D.renderMain(self, vs, into)          ff.view.buoy.MainNode2D.renderMain(self, vs, into)

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42

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