org.scilab.forge.jlatexmath
Class Metrics

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

public class Metrics
extends java.lang.Object

Contains the metrics for 1 character: width, height, depth and italic correction.


Constructor Summary
Metrics(float w, float h, float d, float i, float factor, float size)
           
 
Method Summary
 float getDepth()
           
 float getHeight()
           
 float getItalic()
           
 float getSize()
           
 float getWidth()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Metrics

public Metrics(float w,
               float h,
               float d,
               float i,
               float factor,
               float size)
Method Detail

getWidth

public float getWidth()

getHeight

public float getHeight()

getDepth

public float getDepth()

getItalic

public float getItalic()

getSize

public float getSize()