Package org.scilab.forge.jlatexmath
Class Metrics
- java.lang.Object
-
- 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
Constructors Constructor Description Metrics(float w, float h, float d, float i, float factor, float size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getDepth()
float
getHeight()
float
getItalic()
float
getSize()
float
getWidth()
-