/[gzz]/gzz/gzz/modules/pp/PPView2.java
ViewVC logotype

Diff of /gzz/gzz/modules/pp/PPView2.java

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

revision 1.65 by mudyc, Fri Feb 7 08:27:40 2003 UTC revision 1.66 by mudyc, Sat Feb 8 10:19:20 2003 UTC
# Line 62  public static final String rcsid = "$Id$ Line 62  public static final String rcsid = "$Id$
62      /** The width of the main view.      /** The width of the main view.
63       */       */
64      public float mainWidth = 660;      public float mainWidth = 660;
65        //public float mainWidth = 480;
66    
67      /** The width of the left edge panel.      /** The width of the left edge panel.
68       */       */
# Line 83  public static final String rcsid = "$Id$ Line 84  public static final String rcsid = "$Id$
84      /** The height of the main view.      /** The height of the main view.
85       */       */
86      public float mainHeight = 660;      public float mainHeight = 660;
87        //public float mainHeight = 480;
88    
89      /** The Y position of the main view.      /** The Y position of the main view.
90       */       */
# Line 95  public static final String rcsid = "$Id$ Line 97  public static final String rcsid = "$Id$
97      /** Buoy viewport geometry.      /** Buoy viewport geometry.
98       */       */
99      public float buoyVPWidth = 400, buoyVPHeight = 400;      public float buoyVPWidth = 400, buoyVPHeight = 400;
100        //public float buoyVPWidth = 300, buoyVPHeight = 300;
101    
102      /** Link buoy viewport geometry.      /** Link buoy viewport geometry.
103       */       */
# Line 379  public static final String rcsid = "$Id$ Line 382  public static final String rcsid = "$Id$
382      TextStyle style = GraphicsAPI.getInstance().getTextStyle("Sans", 0, 20);      TextStyle style = GraphicsAPI.getInstance().getTextStyle("Sans", 0, 20);
383      CellView cellview = new ImageCell(new PPCellView(style,      CellView cellview = new ImageCell(new PPCellView(style,
384          "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"));          "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"));
385        //        "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"));
386    
387      // public so can be replaced from jython      // public so can be replaced from jython
388      public Vob filletState = GLCache.getCallList(      public Vob filletState = GLCache.getCallList(

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

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