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

Diff of /gzz/gzz/view/DimDecorator.java

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

revision 1.12 by tjl, Tue Oct 15 13:29:18 2002 UTC revision 1.13 by tjl, Tue Oct 29 15:08:08 2002 UTC
# Line 39  String rcsid = "$Id$"; Line 39  String rcsid = "$Id$";
39    
40      static CellVobFactory cvf = new CellVobFactory();      static CellVobFactory cvf = new CellVobFactory();
41      static TextStyle style = cvf.style;      static TextStyle style = cvf.style;
42      static Dimension size = cvf.getDefaultSize();      static float[] size = new float[2];
43        static {
44            cvf.getSize(null, size);
45        }
46    
47      static Vob bg = new RectBgVob();      static Vob bg = new RectBgVob();
48      static Vob conn = new SimpleConnection(0, 0, 0, 0, Color.red);      static Vob conn = new SimpleConnection(0, 0, 0, 0, Color.red);
# Line 57  String rcsid = "$Id$"; Line 60  String rcsid = "$Id$";
60          for(int i=0; i<ndims; i++)          for(int i=0; i<ndims; i++)
61              dims[i] = fallback.dimList[win.dimsIndices[i]];              dims[i] = fallback.dimList[win.dimsIndices[i]];
62    
63          int w = size.width, h = size.height;          float w = size[0], h = size[1];
64    
65          // The coordinate system where the lines start          // The coordinate system where the lines start
66          int orig = sc.orthoCS(into, origKey, 0, 0, 0, 2, 2);          int orig = sc.orthoCS(into, origKey, 0, 0, 0, 2, 2);

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

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