/[gzz]/gzz/gzz/modules/pp/PPView2.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/PPView2.java

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

revision 1.22 by mudyc, Wed Dec 4 21:20:50 2002 UTC revision 1.23 by benja, Fri Dec 6 01:03:51 2002 UTC
# Line 302  public class PPView2 implements View { Line 302  public class PPView2 implements View {
302      }      }
303    
304      TextStyle style = GraphicsAPI.getInstance().getTextStyle("Sans", 0, 20);      TextStyle style = GraphicsAPI.getInstance().getTextStyle("Sans", 0, 20);
305      CellInBox cellview = new ImageCell(new TextCellContentView(style));      CellView cellview = new ImageCell(new TextCellContentView(style));
306    
307      // public so can be replaced from jython      // public so can be replaced from jython
308      public Vob filletState = GLCache.getCallList(      public Vob filletState = GLCache.getCallList(
# Line 330  public class PPView2 implements View { Line 330  public class PPView2 implements View {
330              main_vc.setCellView(cellview);              main_vc.setCellView(cellview);
331          else          else
332              main_vc.setCellView(              main_vc.setCellView(
333                  new CellInBoxPlugin(cellview,                  new CellViewPlugin(cellview,
334                                      new Cell1DBuoyHook(leftFloater, rightFloater,                                     new Cell1DBuoyHook(leftFloater, rightFloater,
335                                                  d.clone, d.association)));                                                        d.clone, d.association)));
336    
337          Dimension size = vs.getSize();          Dimension size = vs.getSize();
338                    

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

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