/[gzz]/gzz/gzz/vob/vobs/TDecor.java
ViewVC logotype

Diff of /gzz/gzz/vob/vobs/TDecor.java

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

revision 1.1 by benja, Sat Nov 2 01:23:46 2002 UTC revision 1.2 by benja, Sat Nov 23 12:24:58 2002 UTC
# Line 63  public static final String rcsid = "$Id$ Line 63  public static final String rcsid = "$Id$
63          if(fast) return;          if(fast) return;
64          if(color != null) g.setColor(color);          if(color != null) g.setColor(color);
65          else g.setColor(info1.getMixedFgColor());          else g.setColor(info1.getMixedFgColor());
66          int x = horizontal ? dir : 0;          int d = (dir>0) ? 1 : 0;
67          int y = horizontal ? 0 : dir;          info1.xform(horizontal ? d : 0.5f,
68          info1.xform(x, y, pt);                      horizontal ? 0.5f : d,
69          x = pt.x; y = pt.y;                      pt);
70            int x = pt.x, y = pt.y;
71    
72          int len = dir * 5;          int len = dir * 5;
73    

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

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