lib/browser/GraphBrowser/Box.java
changeset 13970 4aef7117817b
parent 13968 689868b99bde
child 14981 e73f8140af78
equal deleted inserted replaced
13969:3aa8c0bb3080 13970:4aef7117817b
     1 // replacement for java.awt.Dimension
     1 /***************************************************************************
       
     2   Title:      GraphBrowser/Box.java
       
     3   ID:         $Id$
       
     4   Author:     Gerwin Klein, TU Muenchen
       
     5   Copyright   2003  TU Muenchen
       
     6   License:    GPL (GNU GENERAL PUBLIC LICENSE)
       
     7 
       
     8   A box with width and height. Used instead of java.awt.Dimension for 
       
     9   batch mode.
       
    10 
       
    11 ***************************************************************************/
     2 
    12 
     3 package GraphBrowser;
    13 package GraphBrowser;
     4 
    14 
     5 public class Box {
    15 public class Box {
     6   public int width;
    16   public int width;