Save This Page
Home » openjdk-7 » sun » font » [javadoc | source]
sun.font
public final class: FontLineMetrics [javadoc | source]
java.lang.Object
   java.awt.font.LineMetrics
      sun.font.FontLineMetrics

All Implemented Interfaces:
    Cloneable

Metrics from a font for layout of characters along a line and layout of set of lines. This and CoreMetrics replace what was previously a private internal class of Font
Field Summary
public  int numchars     
public final  CoreMetrics cm     
public final  FontRenderContext frc     
Constructor:
 public FontLineMetrics(int numchars,
    CoreMetrics cm,
    FontRenderContext frc) 
Method from sun.font.FontLineMetrics Summary:
clone,   equals,   getAscent,   getBaselineIndex,   getBaselineOffsets,   getDescent,   getHeight,   getLeading,   getNumChars,   getStrikethroughOffset,   getStrikethroughThickness,   getUnderlineOffset,   getUnderlineThickness,   hashCode
Methods from java.awt.font.LineMetrics:
getAscent,   getBaselineIndex,   getBaselineOffsets,   getDescent,   getHeight,   getLeading,   getNumChars,   getStrikethroughOffset,   getStrikethroughThickness,   getUnderlineOffset,   getUnderlineThickness
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from sun.font.FontLineMetrics Detail:
 public final Object clone() 
 public final boolean equals(Object rhs) 
 public final float getAscent() 
 public final int getBaselineIndex() 
 public final float[] getBaselineOffsets() 
 public final float getDescent() 
 public final float getHeight() 
 public final float getLeading() 
 public final int getNumChars() 
 public final float getStrikethroughOffset() 
 public final float getStrikethroughThickness() 
 public final float getUnderlineOffset() 
 public final float getUnderlineThickness() 
 public final int hashCode()