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

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

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

revision 1.1 by mudyc, Thu Jun 26 12:29:30 2003 UTC revision 1.2 by mudyc, Thu Jun 26 13:07:59 2003 UTC
# Line 34  public class AreaSelectingView2D extends Line 34  public class AreaSelectingView2D extends
34                         int box2screen, int box2paper) {                         int box2screen, int box2paper) {
35          int cs = vs.orthoCS(box2paper, "foo", 0, x0,y0,x1,y1);          int cs = vs.orthoCS(box2paper, "foo", 0, x0,y0,x1,y1);
36          vs.put(pq, cs);          vs.put(pq, cs);
37    
38            if(child != null)
39                child.render(vs, plane, matchingParent,
40                             box2screen, box2paper);
41      }      }
42                    
43                    

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