/[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.4 by benja, Sun Sep 29 14:53:45 2002 UTC revision 1.5 by tjl, Mon Oct 14 08:17:12 2002 UTC
# Line 29  import java.awt.Dimension; Line 29  import java.awt.Dimension;
29   */   */
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
34         *                  place the cell. The coordinate system
35         *                  is to be a mapping from the
36         *                  rectangle (0,w)x(0,h) onto screen
37         *                  coordinates.
38       */       */
39      void place(Cell c, VobScene vs,      void place(Cell c, VobScene vs,
40                 int coordsys, float w, float h, // for now                 int coordsys, float w, float h, // for now
41                 ViewContext context,                 ViewContext context);
                float scale);  
42    
43      /** Get the default size of a cell at a given scale.      /** Get the default size of a cell at a given scale.
44       *  Writes the result into a <code>Dimension</code> object.       *  Writes the result into a <code>Dimension</code> object.

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

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