/[gzz]/gzz/gzz/vob/Box.java
ViewVC logotype

Diff of /gzz/gzz/vob/Box.java

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

revision 1.3 by benja, Mon Oct 28 00:17:54 2002 UTC revision 1.4 by tjl, Mon Oct 28 15:28:18 2002 UTC
# Line 49  package gzz.vob; Line 49  package gzz.vob;
49  public class Box {  public class Box {
50      /** The key used to put the unitcoordsys under whcoordsys.      /** The key used to put the unitcoordsys under whcoordsys.
51       */       */
52      static Object uckey = new Object();      static public final Object UNITCOORDSYSKEY = new Object();
53    
54    
55      VobScene vs;      VobScene vs;
# Line 75  public class Box { Line 75  public class Box {
75      /** Create the unit square coordsys.      /** Create the unit square coordsys.
76       */       */
77      private void createUnitCoordsys() {      private void createUnitCoordsys() {
78          unitcoordsys = vs.orthoCS(whcoordsys, uckey, 0, 0, 0, w, h);          unitcoordsys = vs.orthoCS(whcoordsys, UNITCOORDSYSKEY, 0, 0, 0, w, h);
79      }      }
80    
81      /** Return the width of the box in the standardized coordinate      /** Return the width of the box in the standardized coordinate

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

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