Package org.scilab.forge.jlatexmath
Class Char
- java.lang.Object
-
- org.scilab.forge.jlatexmath.Char
-
public class Char extends java.lang.ObjectRepresents a character together with its font, font ID and metric information.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description chargetChar()CharFontgetCharFont()floatgetDepth()java.awt.FontgetFont()intgetFontCode()floatgetHeight()floatgetItalic()MetricsgetMetrics()floatgetWidth()
-
-
-
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()
-
-