ij.plugin.frame.jedit
Class JLineMetrics

java.lang.Object
  extended by ij.plugin.frame.jedit.JLineMetrics

public class JLineMetrics
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2008

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
JLineMetrics()
           
 
Method Summary
static double getAscent()
           
static double getDescent()
           
static double getHight()
           
static double getLeading()
           
static java.awt.font.LineMetrics getLineMetrics(java.awt.Font font, JEditTextArea textArea)
           
static double getWight()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JLineMetrics

public JLineMetrics()
Method Detail

getLineMetrics

public static java.awt.font.LineMetrics getLineMetrics(java.awt.Font font,
                                                       JEditTextArea textArea)

getAscent

public static double getAscent()

getDescent

public static double getDescent()

getLeading

public static double getLeading()

getHight

public static double getHight()

getWight

public static double getWight()