/[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.7 by benja, Fri Sep 20 19:45:26 2002 UTC revision 1.8 by benja, Sat Sep 21 22:48:01 2002 UTC
# Line 45  import java.util.*; Line 45  import java.util.*;
45   * </pre>   * </pre>
46   */   */
47    
48  public class CellVobFactory {  public class CellVobFactory implements CellView {
49  public static final String rcsid = "$Id$";  public static final String rcsid = "$Id$";
50      public static boolean dbg = false;      public static boolean dbg = false;
51      private static void p(String s) { if(dbg) pa(s); }      private static void p(String s) { if(dbg) pa(s); }
# Line 115  public static final String rcsid = "$Id$ Line 115  public static final String rcsid = "$Id$
115    
116      static Rectangle rect = new Rectangle();      static Rectangle rect = new Rectangle();
117    
118        public void place(Cell c, VobScene vs, int coordsys,
119                          ViewContext context, float scale) {
120            addCellVobs(c, vs, coordsys, null, context, scale);
121        }
122    
123      /** Add the vobs that make up a cell into the given coordinate      /** Add the vobs that make up a cell into the given coordinate
124       * system of the given vobscene.       * system of the given vobscene.
125       * @param c The cell       * @param c The cell

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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