/[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.5 by tjl, Mon Oct 14 08:17:12 2002 UTC revision 1.6 by tjl, Mon Oct 14 10:11:12 2002 UTC
# Line 30  import java.awt.Dimension; Line 30  import java.awt.Dimension;
30  public interface CellView {  public interface CellView {
31    
32      /** Place a single cell.      /** Place a single cell.
33       * @param coordsys The coordinate system into which to       * @param Box The box into which to
34       *                  place the cell. The coordinate system       *                  place the cell.
      *                  is to be a mapping from the  
      *                  rectangle (0,w)x(0,h) onto screen  
      *                  coordinates.  
35       */       */
36      void place(Cell c, VobScene vs,      void place(Cell c, VobScene vs, Box b, ViewContext context);
                int coordsys, float w, float h, // for now  
                ViewContext context);  
37    
38      /** Get the default size of a cell at a given scale.      /** Get the default size of a cell at a given scale.
39       *  Writes the result into a <code>Dimension</code> object.       *  Writes the result into a <code>Dimension</code> object.

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

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