|
|||||||||
| Home >> All >> com >> hartmath >> [ prettyprint overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.hartmath.prettyprint
Class BoxMetrics

java.lang.Objectjava.awt.geom.Dimension2D
java.awt.Dimension
com.hartmath.prettyprint.BoxMetrics
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public class BoxMetrics
- extends java.awt.Dimension
| Field Summary | |
int |
baseLine
|
| Fields inherited from class java.awt.Dimension |
height, width |
| Constructor Summary | |
BoxMetrics(int width,
int height)
|
|
BoxMetrics(int width,
int height,
int baseLine)
|
|
| Method Summary | |
int |
getBaseLine()
|
void |
setBaseLine(int baseLine)
|
| Methods inherited from class java.awt.Dimension |
equals, getHeight, getSize, getWidth, hashCode, setSize, setSize, setSize, toString |
| Methods inherited from class java.awt.geom.Dimension2D |
clone, setSize |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
baseLine
public int baseLine
| Constructor Detail |
BoxMetrics
public BoxMetrics(int width,
int height)
BoxMetrics
public BoxMetrics(int width,
int height,
int baseLine)
| Method Detail |
getBaseLine
public int getBaseLine()
setBaseLine
public void setBaseLine(int baseLine)
|
|||||||||
| Home >> All >> com >> hartmath >> [ prettyprint overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC