/[fenfire]/fenfire/org/fenfire/modules/pp/Pp.java
ViewVC logotype

Diff of /fenfire/org/fenfire/modules/pp/Pp.java

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

revision 1.5 by mudyc, Tue Apr 8 20:05:03 2003 UTC revision 1.6 by mudyc, Tue Apr 8 21:13:01 2003 UTC
# Line 60  public static final String rcsid = "$Id$ Line 60  public static final String rcsid = "$Id$
60          String note = ppAct.newNote(paper, 0,0, "A test note");          String note = ppAct.newNote(paper, 0,0, "A test note");
61    
62          String paper2 = ppAct.newPaper();          String paper2 = ppAct.newPaper();
63          String note2 = ppAct.newNote(paper2, 0,0, "A test note");          String note2 = ppAct.newNote(paper2, -50,0, "A test note");
64          ppAct.assocNotes(note, 1, note2);          ppAct.assocNotes(note, 1, note2);
65    
66          note = ppAct.newNote(paper, 50,50, "10 10");          note = ppAct.newNote(paper, 50,50, "10 10");
67          ppAct.assocNotes(note, 1, note2);          ppAct.assocNotes(note, 1, note2);
68          note = ppAct.newNote(paper, -100,100, "-10 10");          note = ppAct.newNote(paper, -100,100, "-10 10");
69          ppAct.assocNotes(note, 1, note2);          ppAct.assocNotes(note2, 1, note);
         note = ppAct.newNote(paper, -100,-100, "-10 -10");  
         ppAct.assocNotes(note, 1, note2);  
         note = ppAct.newNote(paper, 100,-100, "10 -10");  
         ppAct.assocNotes(note, 1, note2);  
70    
71    
72          accursed = space.getModel().getResource(note);          accursed = space.getModel().getResource(note);
# Line 207  public static final String rcsid = "$Id$ Line 203  public static final String rcsid = "$Id$
203                                      min, max);                                      min, max);
204          }          }
205          buoys.put(""+buoyCS, linkId);          buoys.put(""+buoyCS, linkId);
206            curVs.matcher.add(buoyCS, linkId);
207    
208          float[] fl = new float[3];          float[] fl = new float[3];
209          c.getSqSize(buoyCS, fl);          c.getSqSize(buoyCS, fl);

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