org.scilab.forge.jlatexmath
Class Char

java.lang.Object
  extended by org.scilab.forge.jlatexmath.Char

public class Char
extends java.lang.Object

Represents a character together with its font, font ID and metric information.


Constructor Summary
Char(char c, java.awt.Font f, int fc, Metrics m)
           
 
Method Summary
 char getChar()
           
 CharFont getCharFont()
           
 float getDepth()
           
 java.awt.Font getFont()
           
 int getFontCode()
           
 float getHeight()
           
 float getItalic()
           
 Metrics getMetrics()
           
 float getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Char

public Char(char c,
            java.awt.Font f,
            int fc,
            Metrics m)
Method Detail

getCharFont

public CharFont getCharFont()

getChar

public char getChar()

getFont

public java.awt.Font getFont()

getFontCode

public int getFontCode()

getWidth

public float getWidth()

getItalic

public float getItalic()

getHeight

public float getHeight()

getDepth

public float getDepth()

getMetrics

public Metrics getMetrics()