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

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

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

revision 1.19 by mudyc, Wed Apr 16 08:45:58 2003 UTC revision 1.20 by mudyc, Wed Apr 16 10:42:53 2003 UTC
# Line 83  private static final String rcsid = "$Id Line 83  private static final String rcsid = "$Id
83       */       */
84      public int renderBuoy(VobScene vs, int into, Object node, Object content,      public int renderBuoy(VobScene vs, int into, Object node, Object content,
85                     Object cachedSize){                     Object cachedSize){
86            pa("renderBuoy: "+ node);
87    
88          int[] pan = getCoords(node);          int[] pan = getCoords(node);
89          float [] bs = new float[2];          float [] bs = new float[2];
90          nodeview.getSize(node, bs);          nodeview.getSize(node, bs);
# Line 99  private static final String rcsid = "$Id Line 101  private static final String rcsid = "$Id
101                            
102              SinglePaper.i(fen, node, win, nodeview)              SinglePaper.i(fen, node, win, nodeview)
103                  .render(vs, into, c2fCS, c2fCSInv, null);                  .render(vs, into, c2fCS, c2fCSInv, null);
104                
105          } else {          } else {
106              int zo = (int)(buoyZoom * 100000);              int zo = (int)(buoyZoom * 100000);
107              int geometry = vs.orthoBoxCS(into, "FocusGeometry",0, zo,0, 1,1, pan[0], pan[1]);                int geometry = vs.orthoBoxCS(into, "FocusGeometry",0, zo,0, 1,1, pan[0], pan[1]);  

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

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