/[gzz]/gzz/gzz/vob/HChain.java
ViewVC logotype

Diff of /gzz/gzz/vob/HChain.java

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

revision 1.3 by benja, Sat Sep 21 21:49:04 2002 UTC revision 1.4 by benja, Sat Sep 21 23:00:38 2002 UTC
# Line 67  public interface HChain { Line 67  public interface HChain {
67       *  simply the maximum of the heights of the individual boxes at       *  simply the maximum of the heights of the individual boxes at
68       *  the given scale.       *  the given scale.
69       */       */
70      float getHeight(int start, int end, float scale);      float getAscent(int start, int end, float scale);
71    
72      /** Get the depth of a line given the index of the first and the      /** Get the depth of a line given the index of the first and the
73       *  index after the last box in that line. The depth of the line is       *  index after the last box in that line. The depth of the line is
74       *  simply the maximum of the heights of the individual boxes at       *  simply the maximum of the heights of the individual boxes at
75       *  the given scale.       *  the given scale.
76       */       */
77      float getDepth(int start, int end, float scale);      float getDescent(int start, int end, float scale);
78        
79        float getHeight(int start, int end, float scale);
80  }  }

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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