|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.scilab.forge.jlatexmath.Metrics
public class Metrics
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)
|
Method Summary | |
---|---|
float |
getDepth()
|
float |
getHeight()
|
float |
getItalic()
|
float |
getWidth()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Metrics(float w, float h, float d, float i, float factor)
Method Detail |
---|
public float getWidth()
public float getHeight()
public float getDepth()
public float getItalic()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |