/[fenfire]/fenfire/org/fenfire/view/buoy/lava/MindMapConnector.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/buoy/lava/MindMapConnector.java

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

revision 1.1 by mudyc, Mon Aug 4 06:02:48 2003 UTC revision 1.2 by mudyc, Wed Aug 6 15:55:54 2003 UTC
# Line 37  public static final String rcsid = "$Id$ Line 37  public static final String rcsid = "$Id$
37      private NodeFunction mindMapForNode =      private NodeFunction mindMapForNode =
38          new NodeFunction() {          new NodeFunction() {
39              public Object f(ConstGraph a, Object node) {              public Object f(ConstGraph a, Object node) {
40                  p("b: "+node);                  if (dbg) p("b: "+node);
41                  //return null;                  //return null;
42    
43                  float x=0,y=0, w=100, h=100;                  float x=0,y=0, w=100, h=100;
# Line 84  public static final String rcsid = "$Id$ Line 84  public static final String rcsid = "$Id$
84          } else if(mn2d.getView2D() == mindMapNodeType.getView2D()) {          } else if(mn2d.getView2D() == mindMapNodeType.getView2D()) {
85              if (dbg) p("mindmap -> outside");              if (dbg) p("mindmap -> outside");
86    
             if (true) return;  
   
87              for(Iterator i=m.getKeys(parentCs).iterator(); i.hasNext();) {              for(Iterator i=m.getKeys(parentCs).iterator(); i.hasNext();) {
88                  Object key = i.next();                  Object key = i.next();
89                    p("key: "+key);
90    
91                  if(!(key instanceof PageImageSpan)) continue;                  if(!(key instanceof PageImageSpan)) continue;
92                  PageImageSpan span = (PageImageSpan)key;                  PageImageSpan span = (PageImageSpan)key;
93    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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