/[gzz]/gzz/gzz/view/CoordinatePlaneMultiView.java
ViewVC logotype

Diff of /gzz/gzz/view/CoordinatePlaneMultiView.java

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

revision 1.5 by mudyc, Fri Feb 14 11:37:44 2003 UTC revision 1.6 by jvk, Fri Feb 14 12:31:16 2003 UTC
# Line 80  public static final String rcsid = "$Id$ Line 80  public static final String rcsid = "$Id$
80                            
81              if (dbg) pa("ENF LIST: " + enfList);              if (dbg) pa("ENF LIST: " + enfList);
82    
83              if(hook != null) {              boolean drawFrame = false;
84                  if (span instanceof TextSpan)              if (span instanceof TextSpan) {
85                    if(hook != null)
86                      context.setCellView(new CellViewPlugin(orig_cv, hook));                      context.setCellView(new CellViewPlugin(orig_cv, hook));
87                  else                  else
88                      context.setCellView(                      context.setCellView(orig_cv);
                         new CellViewPlugin(new PageSpanCellView(), hook));  
89              }              }
90              else {              else {
91                  if (span instanceof TextSpan)                  if(hook != null)
92                      context.setCellView(orig_cv);                      context.setCellView(
93                            new CellViewPlugin(new PageSpanCellView(), hook));
94                  else                  else
95                      context.setCellView(new PageSpanCellView());                      context.setCellView(new PageSpanCellView());
96    
97                    drawFrame = true;
98              }              }
99    
100              CellView cv = context.getCellView();              CellView cv = context.getCellView();
101    
102              Cell firstCoord = item.s(d_coords, 1);              Cell firstCoord = item.s(d_coords, 1);
# Line 110  public static final String rcsid = "$Id$ Line 114  public static final String rcsid = "$Id$
114                                      place[0]-bs[0]/2, place[1]-bs[1]/2,                                      place[0]-bs[0]/2, place[1]-bs[1]/2,
115                                      1, 1, bs[0], bs[1]);                                      1, 1, bs[0], bs[1]);
116    
117                    //vs.map.put(, box);
118    
119                  if (vs.coords instanceof GLVobCoorder && cullCS > 0) {                  if (vs.coords instanceof GLVobCoorder && cullCS > 0) {
120                      int cull = ((GLVobCoorder)vs.coords).cull(box, cullCS);                      int cull = ((GLVobCoorder)vs.coords).cull(box, cullCS);
121                      vs.matcher.add(box, cull, item+"cull");                      vs.matcher.add(box, cull, item+"cull");

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