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

Diff of /gzz/gzz/view/CellView.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 23  CellView.java Line 23  CellView.java
23  package gzz.view;  package gzz.view;
24  import gzz.*;  import gzz.*;
25  import gzz.vob.*;  import gzz.vob.*;
 import java.awt.Dimension;  
26    
27  /** A view showing a single cell.  /** A view showing a single cell.
28   */   */
29  public interface CellView {  public abstract class CellView extends CellInBox {
30    public static final String rcsid = "$Id$";
     /** Place a single cell.  
      * @param Box The box into which to  
      *                  place the cell.  
      */  
     void place(Cell c, VobScene vs, Box b, ViewContext context);  
   
     /** Get the default size of a cell at a given scale.  
      *  Writes the result into a <code>Dimension</code> object.  
      */  
     void getDefaultSize(float scale, Dimension writeInto);  
   
31  }  }

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