|
||||||||||
| 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.MathText
jaxe.equations.element.MathIdentifier
public class MathIdentifier
This class presents a mathematical idenifier, like "x"
| 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 | |
|---|---|
MathIdentifier()
|
|
| Method Summary | |
|---|---|
int |
getWidth(boolean dynamicParts)
Return the current width of this element |
void |
paint(java.awt.Graphics g,
int posX,
int posY)
Paints this element |
| Methods inherited from class jaxe.equations.element.MathText |
|---|
getAscentHeight, getDescentHeight, getHeight |
| Methods inherited from class jaxe.equations.element.MathElement |
|---|
addMathElement, addText, debug, getFont, getFontMetrics, getFontSize, getMathBase, getMathElement, getMathElementCount, getMiddleShift, getParent, getSymbolFont, getSymbolFontMetrics, getSymbolGlyphVector, getText, 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 MathIdentifier()
| Method Detail |
|---|
public void paint(java.awt.Graphics g,
int posX,
int posY)
paint in class MathTextg - The graphics context to use for paintingposX - The first left position for paintingposY - The position of the baselinepublic int getWidth(boolean dynamicParts)
MathText
getWidth in class MathTextdynamicParts - Should be true, if the calculation consider the elements,
which has not fixed sizes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||