KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > font > LineMetrics

java.awt.font
Class LineMetrics

java.lang.Object
  extended by java.awt.font.LineMetrics
See Also:
Top Examples, Source Code, getNumChars(), Font

public abstract float getAscent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int getBaselineIndex()
See Also:
HANGING_BASELINE, CENTER_BASELINE, ROMAN_BASELINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float[] getBaselineOffsets()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float getDescent()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float getHeight()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float getLeading()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int getNumChars()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float getStrikethroughOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float getStrikethroughThickness()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float getUnderlineOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float getUnderlineThickness()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public LineMetrics()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags