src/share/classes/sun/font/FontLineMetrics.java

Print this page




  58         return cm.ascent;
  59     }
  60 
  61     public final float getDescent() {
  62         return cm.descent;
  63     }
  64 
  65     public final float getLeading() {
  66         return cm.leading;
  67     }
  68 
  69     public final float getHeight() {
  70         return cm.height;
  71     }
  72 
  73     public final int getBaselineIndex() {
  74         return cm.baselineIndex;
  75     }
  76 
  77     public final float[] getBaselineOffsets() {
  78         return (float[])cm.baselineOffsets.clone();
  79     }
  80 
  81     public final float getStrikethroughOffset() {
  82         return cm.strikethroughOffset;
  83     }
  84 
  85     public final float getStrikethroughThickness() {
  86         return cm.strikethroughThickness;
  87     }
  88 
  89     public final float getUnderlineOffset() {
  90         return cm.underlineOffset;
  91     }
  92 
  93     public final float getUnderlineThickness() {
  94         return cm.underlineThickness;
  95     }
  96 
  97     public final int hashCode() {
  98         return cm.hashCode();




  58         return cm.ascent;
  59     }
  60 
  61     public final float getDescent() {
  62         return cm.descent;
  63     }
  64 
  65     public final float getLeading() {
  66         return cm.leading;
  67     }
  68 
  69     public final float getHeight() {
  70         return cm.height;
  71     }
  72 
  73     public final int getBaselineIndex() {
  74         return cm.baselineIndex;
  75     }
  76 
  77     public final float[] getBaselineOffsets() {
  78         return cm.baselineOffsets.clone();
  79     }
  80 
  81     public final float getStrikethroughOffset() {
  82         return cm.strikethroughOffset;
  83     }
  84 
  85     public final float getStrikethroughThickness() {
  86         return cm.strikethroughThickness;
  87     }
  88 
  89     public final float getUnderlineOffset() {
  90         return cm.underlineOffset;
  91     }
  92 
  93     public final float getUnderlineThickness() {
  94         return cm.underlineThickness;
  95     }
  96 
  97     public final int hashCode() {
  98         return cm.hashCode();