/[fenfire]/fenfire/org/fenfire/view/PageSpanLayout.java
ViewVC logotype

Diff of /fenfire/org/fenfire/view/PageSpanLayout.java

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

revision 1.9 by mudyc, Mon May 5 01:38:49 2003 UTC revision 1.10 by tjl, Thu May 8 13:22:07 2003 UTC
# Line 21  public class PageSpanLayout Line 21  public class PageSpanLayout
21    
22      public static final float scale = 72 * 6;      public static final float scale = 72 * 6;
23    
24      public static float diceLength = 10f;      public static float diceLength = 16f;
25        public static float diceLength2 = 16f;
26      public static int diceDepth = 20;      public static int diceDepth = 20;
27      public static int  flags = 2;      public static int  flags = 2;
28    
# Line 199  public class PageSpanLayout Line 200  public class PageSpanLayout
200                          xywh[4*p + 0]+xywh[4*p + 2],                          xywh[4*p + 0]+xywh[4*p + 2],
201                          xywh[4*p + 1]+xywh[4*p + 3], flags,                          xywh[4*p + 1]+xywh[4*p + 3], flags,
202                          diceLength,                          diceLength,
203                            diceLength2,
204                          diceDepth                          diceDepth
205                          ), tr);                          ), tr);
206          }          }

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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