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

Diff of /gzz/gzz/view/CellVobFactory.java

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

revision 1.17 by benja, Sun Sep 29 16:33:06 2002 UTC revision 1.18 by benja, Tue Oct 1 13:06:10 2002 UTC
# Line 56  public static final String rcsid = "$Id$ Line 56  public static final String rcsid = "$Id$
56      static TextStyle style =      static TextStyle style =
57          GraphicsAPI.getInstance().getTextStyle("SansSerif", Font.PLAIN, 10);          GraphicsAPI.getInstance().getTextStyle("SansSerif", Font.PLAIN, 10);
58    
59      CellContentView ccv = new TextCellContentView(style);      //CellContentView ccv = new TextCellContentView(style);
60      //CellContentView ccv = new SpanCellContentView(style);      //CellContentView ccv = new SpanCellContentView(style);
61      //CellContentView ccv = new LinebrokenCellContentView(style);      //CellContentView ccv = new LinebrokenCellContentView(style);
62        
63      Dim d_clone;      Dim d_clone;
64      /*      /*
65      Dim d_cursor;      Dim d_cursor;
# Line 131  public static final String rcsid = "$Id$ Line 131  public static final String rcsid = "$Id$
131          setCenter(context.getAccursed());          setCenter(context.getAccursed());
132          if(d_clone == null)          if(d_clone == null)
133              throw new NullPointerException("clone dim not set in CellVobFactory");              throw new NullPointerException("clone dim not set in CellVobFactory");
134                
135            final CellContentView ccv = context.getCellContentView();
136    
137          final RectBgVob bg = new RectBgVob();          final RectBgVob bg = new RectBgVob();
138    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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