|
|||||||||
| 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 AbsoluteValueBox

java.lang.Objectcom.hartmath.prettyprint.PrettyPrintBox
com.hartmath.prettyprint.AbsoluteValueBox
- public class AbsoluteValueBox
- extends PrettyPrintBox
| Field Summary | |
private PrettyPrintBox |
box
|
private BoxMetrics |
boxSize
|
private BoxMetrics |
size
|
| Fields inherited from class com.hartmath.prettyprint.PrettyPrintBox |
COUNT, DEBUG, FONTFAMILY, FONTSIZE, MIN_SIZE |
| Constructor Summary | |
AbsoluteValueBox(PrettyPrintBox box)
|
|
| Method Summary | |
BoxMetrics |
getBoxMetrics()
|
void |
paint(java.awt.Graphics g,
BoxMetrics size,
int x,
int y)
paint this box |
| Methods inherited from class com.hartmath.prettyprint.PrettyPrintBox |
done, getInsets, split |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
box
private PrettyPrintBox box
size
private BoxMetrics size
boxSize
private BoxMetrics boxSize
| Constructor Detail |
AbsoluteValueBox
public AbsoluteValueBox(PrettyPrintBox box)
| Method Detail |
paint
public void paint(java.awt.Graphics g, BoxMetrics size, int x, int y)
- Description copied from class:
PrettyPrintBox - paint this box
- Specified by:
paintin classPrettyPrintBox
getBoxMetrics
public BoxMetrics getBoxMetrics()
- Specified by:
getBoxMetricsin classPrettyPrintBox
|
|||||||||
| Home >> All >> com >> hartmath >> [ prettyprint overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC