/[gzz]/gzz/gzz/modules/pp/vob/BgVob.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/vob/BgVob.java

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

revision 1.21 by tjl, Mon Aug 19 12:27:11 2002 UTC revision 1.22 by tjl, Wed Sep 4 06:31:11 2002 UTC
# Line 54  public static final String rcsid = "$Id$ Line 54  public static final String rcsid = "$Id$
54    
55          papercode = cell;          papercode = cell;
56                    
         /*  
         Cell colorCell = cell.s(Dims.d_user_3_id);  
         if(colorCell != null && colorCell.t().length() > 0) {  
             int i = 0xffffff;  
             try {  
                 i = Integer.parseInt(colorCell.t(),16);  
             } catch(NumberFormatException e) {  
                 // e.printStackTrace();  
                 i = 0xffffff;  
                 //              pa("NumberFormatException: \""+colorCell.t()+"\"");  
             }  
             bgcolor = new Color(i);  
         }  
         */  
57      }      }
58      static Rectangle rect = new Rectangle();      static Rectangle rect = new Rectangle();
59      static Rectangle rect2 = new Rectangle();      static Rectangle rect2 = new Rectangle();
# Line 93  public static final String rcsid = "$Id$ Line 79  public static final String rcsid = "$Id$
79      static HashMap papers = new HashMap();      static HashMap papers = new HashMap();
80    
81      GZZGL.PaperQuad getPaperQuad(Cell c) {      GZZGL.PaperQuad getPaperQuad(Cell c) {
         throw new UnsupportedOperationException();  
         /*  
82          GZZGL.PaperQuad ret = (GZZGL.PaperQuad)papers.get(c);          GZZGL.PaperQuad ret = (GZZGL.PaperQuad)papers.get(c);
83          if(ret == null) {          if(ret == null) {
84              GZZGL.Paper  pap;              Paper  pap;
85              GZZGL.PaperQuad pq;              GZZGL.PaperQuad pq;
86              pap = GZZGL.createPaper(c.hashCode());              pap = PaperMill.getInstance().getPaper(c.hashCode());
87              ret = GZZGL.createPaperQuad(pap, -1, -1, 1, 1);              ret = GZZGL.createPaperQuad(pap, -1, -1, 1, 1);
88              papers.put(c, ret);              papers.put(c, ret);
89          }          }
90          return ret;          return ret;
         */  
91      }      }
92    
93    
# Line 112  public static final String rcsid = "$Id$ Line 95  public static final String rcsid = "$Id$
95                      int[] list, int curs, int coordsys1,                      int[] list, int curs, int coordsys1,
96                      int coordsys2) {                      int coordsys2) {
97    
98           /*          GZZGL.PaperQuad pq = getPaperQuad(papercode);
          GZZGL.PaperQuad pq = getPaperQuad(papercode);  
99          curs = pq.addToListGL(win, list, curs, coordsys1, coordsys2);          curs = pq.addToListGL(win, list, curs, coordsys1, coordsys2);
         */  
100          return curs;          return curs;
101      }      }
102            

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22

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