Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jaxe.equations.element
Class MathNumber  view MathNumber download MathNumber.java

java.lang.Object
  extended byjaxe.equations.element.MathElement
      extended byjaxe.equations.element.MathText
          extended byjaxe.equations.element.MathNumber

public class MathNumber
extends MathText

This class presents numbers in a equation

Version:
%I%, %G%

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
MathNumber()
           
 
Methods inherited from class jaxe.equations.element.MathText
getAscentHeight, getDescentHeight, getHeight, getRealHeight, getWidth, paint
 
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, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ELEMENT

public static final java.lang.String ELEMENT
The XML element from this class

See Also:
Constant Field Values
Constructor Detail

MathNumber

public MathNumber()