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

Diff of /gzz/gzz/view/CellVobFactory.java

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

revision 1.11 by benja, Wed Sep 25 19:27:32 2002 UTC revision 1.12 by benja, Thu Sep 26 14:36:22 2002 UTC
# Line 86  public static final String rcsid = "$Id$ Line 86  public static final String rcsid = "$Id$
86          */          */
87      }      }
88    
89      public void setCenter(Cell center) {      Cell center;
90        void setCenter(Cell center) {
91            if(center == this.center || center.equals(this.center)) return;
92            this.center = center;
93          setSpace(center.space);          setSpace(center.space);
94          sliceId = getSliceId(center);          sliceId = getSliceId(center);
95      }      }
# Line 128  public static final String rcsid = "$Id$ Line 131  public static final String rcsid = "$Id$
131       */       */
132      public void addCellVobs(final Cell c, final VobScene v, int cs, final Vob content,      public void addCellVobs(final Cell c, final VobScene v, int cs, final Vob content,
133                              final ViewContext context, final float scale) {                              final ViewContext context, final float scale) {
134            setCenter(context.getAccursed());
135          if(d_clone == null)          if(d_clone == null)
136              throw new NullPointerException("clone dim not set in CellVobFactory");              throw new NullPointerException("clone dim not set in CellVobFactory");
137    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

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