|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxe.equations.element.MathElement
jaxe.equations.element.MathPhantom
public class MathPhantom
This class represents a phantom of a math element This is used as spacer
| Field Summary | |
|---|---|
static java.lang.String |
ELEMENT
The XML element from this class |
| Fields inherited from class jaxe.equations.element.MathElement |
|---|
FO_URI, SVG_URI, URI |
| Constructor Summary | |
|---|---|
MathPhantom()
|
|
| Method Summary | |
|---|---|
void |
paint(java.awt.Graphics g,
int posX,
int posY)
Paints this element |
| Methods inherited from class jaxe.equations.element.MathElement |
|---|
addMathElement, addText, debug, getAscentHeight, getDescentHeight, getFont, getFontMetrics, getFontSize, getHeight, getMathBase, getMathElement, getMathElementCount, getMiddleShift, getParent, getSymbolFont, getSymbolFontMetrics, getSymbolGlyphVector, getText, getWidth, setFontSize, setMathBase, setMathElementAt, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ELEMENT
| Constructor Detail |
|---|
public MathPhantom()
| Method Detail |
|---|
public void paint(java.awt.Graphics g,
int posX,
int posY)
paint in class MathElementg - The graphics context to use for paintingposX - The first left position for paintingposY - The position of the baseline
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||