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

Diff of /gzz/gzz/view/LollipopCellView.java

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

revision 1.5 by benja, Sat Nov 23 13:44:20 2002 UTC revision 1.6 by benja, Fri Dec 6 01:03:51 2002 UTC
# Line 41  public class LollipopCellView extends Bo Line 41  public class LollipopCellView extends Bo
41  public static final String rcsid = "$Id$";  public static final String rcsid = "$Id$";
42      float[] boxwh = new float[2];      float[] boxwh = new float[2];
43    
44        public LollipopCellView(CellView ccv) {
45            super(ccv);
46        }
47    
48      /** Add the vobs that make up an image of a cell      /** Add the vobs that make up an image of a cell
49       * into the given coordinate       * into the given coordinate
50       * system of the given vobscene.       * system of the given vobscene.
# Line 56  public static final String rcsid = "$Id$ Line 60  public static final String rcsid = "$Id$
60          if(d_clone == null)          if(d_clone == null)
61              throw new NullPointerException("clone dim not set in LollipopCellView");              throw new NullPointerException("clone dim not set in LollipopCellView");
62                            
         final CellInBox ccv = context.getCellContentView();  
   
63          /** Uses OvalBgVob as the ball. */          /** Uses OvalBgVob as the ball. */
64          final OvalBgVob bg = new OvalBgVob();          final OvalBgVob bg = new OvalBgVob();
65    

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