|
|||||||||
| Home >> All >> com >> hartmath >> [ prettyprint overview ] | PREV NEXT | ||||||||
Uses of Class
com.hartmath.prettyprint.BoxMetrics
| Uses of BoxMetrics in com.hartmath.prettyprint |
| Fields in com.hartmath.prettyprint declared as BoxMetrics | |
private BoxMetrics |
TextBox.size
|
private BoxMetrics |
AbsoluteValueBox.size
|
private BoxMetrics |
AbsoluteValueBox.boxSize
|
private BoxMetrics |
BracesBox.size
|
private BoxMetrics |
BracesBox.boxSize
|
private BoxMetrics |
BracketBox.size
|
private BoxMetrics |
BracketBox.boxSize
|
private BoxMetrics |
SquareRootBox.size
|
private BoxMetrics |
SquareRootBox.boxSize
|
private BoxMetrics |
SuperscriptBox.size
|
private BoxMetrics |
SuperscriptBox.baseSize
|
private BoxMetrics |
SuperscriptBox.exponentSize
|
| Methods in com.hartmath.prettyprint that return BoxMetrics | |
BoxMetrics |
TextBox.getBoxMetrics()
|
BoxMetrics |
HorizontalLineBox.getBoxMetrics()
|
BoxMetrics |
AbsoluteValueBox.getBoxMetrics()
|
BoxMetrics |
BracesBox.getBoxMetrics()
Gets the boxMetrics attribute of the BracesBox object |
BoxMetrics |
BracketBox.getBoxMetrics()
Gets the boxMetrics attribute of the BracketBox object |
BoxMetrics |
RatioBox.getBoxMetrics()
Gets the boxMetrics attribute of the RatioBox object |
abstract BoxMetrics |
PrettyPrintBox.getBoxMetrics()
|
BoxMetrics |
SquareRootBox.getBoxMetrics()
|
BoxMetrics |
SuperscriptBox.getBoxMetrics()
Gets the size attribute of the SuperscriptBox object |
BoxMetrics |
VerticalBox.getBoxMetrics()
Gets the boxMetrics attribute of the VerticalBox object |
BoxMetrics |
HorizontalBox.getBoxMetrics()
Gets the boxMetrics attribute of the HorizontalBox object |
| Methods in com.hartmath.prettyprint with parameters of type BoxMetrics | |
void |
TextBox.paint(java.awt.Graphics g,
BoxMetrics size,
int x,
int y)
|
void |
HorizontalLineBox.paint(java.awt.Graphics g,
BoxMetrics size,
int x,
int y)
|
void |
AbsoluteValueBox.paint(java.awt.Graphics g,
BoxMetrics size,
int x,
int y)
|
void |
BracesBox.paint(java.awt.Graphics g,
BoxMetrics size,
int x,
int y)
Description of the Method |
void |
BracketBox.paint(java.awt.Graphics g,
BoxMetrics size,
int x,
int y)
Description of the Method |
abstract void |
PrettyPrintBox.paint(java.awt.Graphics g,
BoxMetrics size,
int x,
int y)
paint this box |
void |
SquareRootBox.paint(java.awt.Graphics g,
BoxMetrics size,
int x,
int y)
|
void |
SuperscriptBox.paint(java.awt.Graphics g,
BoxMetrics size,
int x,
int y)
Description of the Method |
void |
VerticalBox.paint(java.awt.Graphics g,
BoxMetrics size,
int x,
int y)
Description of the Method |
void |
HorizontalBox.paint(java.awt.Graphics g,
BoxMetrics size,
int x,
int y)
Description of the Method |
|
|||||||||
| Home >> All >> com >> hartmath >> [ prettyprint overview ] | PREV NEXT | ||||||||