/[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.2 by benja, Sat Sep 21 23:02:04 2002 UTC revision 1.3 by tjl, Fri Sep 27 09:07:56 2002 UTC
# Line 28  import java.awt.Dimension; Line 28  import java.awt.Dimension;
28  /** A view showing a single cell.  /** A view showing a single cell.
29   */   */
30  public interface CellView {  public interface CellView {
31      void place(Cell c, VobScene vs, int coordsys, ViewContext context,  
32        /** place a single cell
33         */
34        void place(Cell c, VobScene vs,
35                    int coordsys_outside,
36                    int coordsys_box,
37                    float x, float y, float w, float h, // for now
38                   ViewContext context,
39                 float scale);                 float scale);
40    
41      /** Get the default size of a cell at a given scale.      /** Get the default size of a cell at a given scale.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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