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

Diff of /gzz/gzz/view/CellContentView.java

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

revision 1.6 by tjl, Mon Oct 14 10:11:12 2002 UTC revision 1.7 by tjl, Tue Oct 29 07:30:58 2002 UTC
# Line 32  import gzz.vob.*; Line 32  import gzz.vob.*;
32   *  (currently CellVobFactory). The same content should be showable   *  (currently CellVobFactory). The same content should be showable
33   *  with different kinds of boxes.   *  with different kinds of boxes.
34   */   */
35  public interface CellContentView {  public abstract class CellContentView extends CellInBox {
36  String rcsid = "$Id$";  public static final String rcsid = "$Id$";
     /** Place the contents of one cell into the given coord system.  
      * The coordsys given shall be a mapping from the rectangle  
      * (0,w)x(0,h) onto the screen.  
      */  
     void place(Cell c, VobScene sc, Box b,  
                ViewContext context, float scale);  
37  }  }

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

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