A B C D E F G H I J L M N O P R S T U V W

A

AboutDialog - Class in net.sourceforge.jeuclid.app.mathviewer
About Dialog for MathViewer.
AboutDialog(Frame) - Constructor for class net.sourceforge.jeuclid.app.mathviewer.AboutDialog
 
AbstractAttributeMap - Class in net.sourceforge.jeuclid.elements.support.attributes
Generic class for reading and parsing attributes.
AbstractAttributeMap() - Constructor for class net.sourceforge.jeuclid.elements.support.attributes.AbstractAttributeMap
 
AbstractChangeTrackingElement - Class in net.sourceforge.jeuclid.dom
generic implementation of Element that tries to track if a change has happened.
AbstractChangeTrackingElement() - Constructor for class net.sourceforge.jeuclid.dom.AbstractChangeTrackingElement
 
AbstractContainer - Class in net.sourceforge.jeuclid.elements.presentation
Abstract implementation for all classes that provide support for the DOM MathMLContainer interface.
AbstractContainer(MathBase) - Constructor for class net.sourceforge.jeuclid.elements.presentation.AbstractContainer
Default constructor.
AbstractElementWithDelegates - Class in net.sourceforge.jeuclid.elements
Generic class for all mathobjects that can be represented using other Math objects.
AbstractElementWithDelegates(MathBase) - Constructor for class net.sourceforge.jeuclid.elements.AbstractElementWithDelegates
default constructor.
AbstractInvisibleJEuclidElement - Class in net.sourceforge.jeuclid.elements
Represents a MathElement with no content.
AbstractInvisibleJEuclidElement(MathBase) - Constructor for class net.sourceforge.jeuclid.elements.AbstractInvisibleJEuclidElement
Default Constructor.
AbstractJEuclidElement - Class in net.sourceforge.jeuclid.elements
The basic class for all math elements.
AbstractJEuclidElement(MathBase) - Constructor for class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Creates a math element.
AbstractMathElementWithChildren - Class in net.sourceforge.jeuclid.elements.presentation.general
Represents a Math element that is painted and defined through its children.
AbstractMathElementWithChildren(MathBase) - Constructor for class net.sourceforge.jeuclid.elements.presentation.general.AbstractMathElementWithChildren
Default constructor.
AbstractPartialDocumentImpl - Class in net.sourceforge.jeuclid.dom
Partial implementation of org.w3c.dom.Document.
AbstractPartialDocumentImpl() - Constructor for class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl
 
AbstractPartialElementImpl - Class in net.sourceforge.jeuclid.dom
Partial implementation of org.w3c.dom.Node.
AbstractPartialElementImpl() - Constructor for class net.sourceforge.jeuclid.dom.AbstractPartialElementImpl
 
AbstractPartialElementImpl.AttributeNodeMap - Class in net.sourceforge.jeuclid.dom
Partial Implementation for an NodeMap describing Attributes.
AbstractPartialElementImpl.AttributeNodeMap(Map<String, String>, Element) - Constructor for class net.sourceforge.jeuclid.dom.AbstractPartialElementImpl.AttributeNodeMap
Creates a new AttributeNodeMap.
AbstractPartialElementImpl.AttrImpl - Class in net.sourceforge.jeuclid.dom
Partial implementation of Attr.
AbstractPartialElementImpl.AttrImpl(String, String, Element) - Constructor for class net.sourceforge.jeuclid.dom.AbstractPartialElementImpl.AttrImpl
Create a new AttrImpl Element.
AbstractPartialNodeImpl - Class in net.sourceforge.jeuclid.dom
Partial implementation of org.w3c.dom.Node This implements only the functions necessary for MathElements.
AbstractPartialNodeImpl() - Constructor for class net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl
 
AbstractPartialNodeImpl.NodeList - Class in net.sourceforge.jeuclid.dom
 
AbstractPartialNodeImpl.NodeList(List<Node>) - Constructor for class net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl.NodeList
default constructor.
AbstractRoot - Class in net.sourceforge.jeuclid.elements.presentation.general
common superclass for root like elements (root, sqrt).
AbstractRoot(MathBase, char) - Constructor for class net.sourceforge.jeuclid.elements.presentation.general.AbstractRoot
Default constructor.
AbstractRowLike - Class in net.sourceforge.jeuclid.elements.presentation.general
Common base class for all elements that present themself as a row of children, like the mrow element.
AbstractRowLike(MathBase) - Constructor for class net.sourceforge.jeuclid.elements.presentation.general.AbstractRowLike
Default constructor.
AbstractScriptElement - Class in net.sourceforge.jeuclid.elements.presentation.script
Base class for msub, msup, msubsup, and mmultiscripts.
AbstractScriptElement(MathBase) - Constructor for class net.sourceforge.jeuclid.elements.presentation.script.AbstractScriptElement
Default constructor.
AbstractSubSuper - Class in net.sourceforge.jeuclid.elements.presentation.script
Generic support for all elements that have a subscript or a superscript attribute.
AbstractSubSuper(MathBase) - Constructor for class net.sourceforge.jeuclid.elements.presentation.script.AbstractSubSuper
Default constructor.
AbstractTokenWithStandardLayout - Class in net.sourceforge.jeuclid.elements.presentation.token
Common functionality for all tokens where the text layout is based on the text content.
AbstractTokenWithStandardLayout(MathBase) - Constructor for class net.sourceforge.jeuclid.elements.presentation.token.AbstractTokenWithStandardLayout
Default constructor.
AbstractTokenWithTextLayout - Class in net.sourceforge.jeuclid.elements.presentation.token
Common functionality for all tokens based on a text layout.
AbstractTokenWithTextLayout(MathBase) - Constructor for class net.sourceforge.jeuclid.elements.presentation.token.AbstractTokenWithTextLayout
Default constructor.
AbstractUnderOver - Class in net.sourceforge.jeuclid.elements.presentation.script
Implementation and helper methods for munder, mover, and munderover.
AbstractUnderOver(MathBase) - Constructor for class net.sourceforge.jeuclid.elements.presentation.script.AbstractUnderOver
default constructor.
actuallyDetectConversionPlugins(ConverterRegistry) - Static method in class net.sourceforge.jeuclid.converter.FreeHepInternalDetector
Actual detection and registration routine.
addAlignGroupElement(Maligngroup) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtd
Adds "maligngroup" element.
addAlignMarkElement(Malignmark) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtd
Adds mark to last added align group.
addListener(ChangeTrackingInterface) - Method in class net.sourceforge.jeuclid.dom.AbstractChangeTrackingElement
Adds a change listener to this element.
addListener(ChangeTrackingInterface) - Method in interface net.sourceforge.jeuclid.dom.ChangeTrackingInterface
Adds a change listener to this element.
addListener(ChangeTrackingInterface) - Method in class net.sourceforge.jeuclid.elements.generic.DocumentElement
Adds a change listener to this element.
addMathElement(MathMLElement) - Method in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Add a math element as a child.
addText(String) - Method in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Add the content of a String to this element.
adoptNode(Node) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl
ALIGN_AXIS - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
value for axis alignment.
ALIGN_AXIS - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Align constant: axis align.
ALIGN_BASELINE - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
value for baseline alignment.
ALIGN_BASELINE - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Align constant: baseline align.
ALIGN_BOTTOM - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
value for bottom alignment.
ALIGN_BOTTOM - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Align constant: bottom align.
ALIGN_CENTER - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
value for center alignment.
ALIGN_CENTER - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Align constant: center align.
ALIGN_DECIMALPOINT - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Align constant: decimal point align.
ALIGN_LEFT - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
value for left alignment.
ALIGN_LEFT - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Align constant: left align.
ALIGN_MARK - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Align constant: mark align.
ALIGN_RIGHT - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
value for right alignment.
ALIGN_RIGHT - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Align constant: right align.
ALIGN_TOP - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
value for top alignment.
ALIGN_TOP - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Align constant: top align.
Annotation - Class in net.sourceforge.jeuclid.content.semantic
This class represents a annotation element.
Annotation(MathBase) - Constructor for class net.sourceforge.jeuclid.content.semantic.Annotation
Creates a math element.
appendChild(Node) - Method in class net.sourceforge.jeuclid.dom.AbstractChangeTrackingElement
appendChild(Node) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl
appendData(String) - Method in class net.sourceforge.jeuclid.dom.PartialTextImpl
assertTrue(boolean, String) - Static method in class net.sourceforge.jeuclid.Defense
Makes sure a condition is true.
ATTR_ACCENT - Static variable in class net.sourceforge.jeuclid.elements.presentation.script.AbstractUnderOver
attribute for accent property.
ATTR_ACCENT - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute for accent.
ATTR_ACCENTUNDER - Static variable in class net.sourceforge.jeuclid.elements.presentation.script.AbstractUnderOver
attribute for accentunder property.
ATTR_ALIGN - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for align.
ATTR_ALIGNMENTSCOPE - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for alignmentscope.
ATTR_BEVELLED - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mfrac
The bevelled attribute.
ATTR_BODY - Static variable in class net.sourceforge.jeuclid.content.semantic.Annotation
The body attribute.
ATTR_CLASS - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for class attribute.
ATTR_CLOSE - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mfenced
The close attribute.
ATTR_COLUMNALIGN - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Attribute for columnalign.
ATTR_COLUMNLINES - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for columnlines.
ATTR_COLUMNSPACING - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for columnspacing.
ATTR_COLUMNSPAN - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtd
attribute for columnspan.
ATTR_COLUMNWIDTH - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for columnwidth.
ATTR_DENOMALIGN - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mfrac
The denomalign attribute.
ATTR_DEPRECATED_BACKGROUND - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for background attribute.
ATTR_DEPRECATED_COLOR - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for color attribute.
ATTR_DEPRECATED_FONTFAMILY - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for fontfamily attribute.
ATTR_DEPRECATED_FONTSIZE - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for fontsize attribute.
ATTR_DEPRECATED_FONTSTYLE - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for fontstyle attribute.
ATTR_DEPRECATED_FONTWEIGHT - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for fontweight attribute.
ATTR_DEPTH - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mpadded
constant for depth attribute.
ATTR_DEPTH - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mspace
Attribute for depth.
ATTR_DISPLAY - Static variable in class net.sourceforge.jeuclid.elements.generic.MathImpl
attribute for display.
ATTR_DISPLAYSTYLE - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mstyle
Attribute for displaystyle.
ATTR_DISPLAYSTYLE - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for displaystyle.
ATTR_EDGE - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Malignmark
The edge attribute.
ATTR_ENCODING - Static variable in class net.sourceforge.jeuclid.content.semantic.Annotation
The encoding attribute.
ATTR_EQUALCOLUMNS - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for equalcolumns.
ATTR_EQUALROWS - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for equalrows.
ATTR_FENCE - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute name of the fence property.
ATTR_FORM - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute for form.
ATTR_FRAME - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for frame.
ATTR_FRAMESPACING - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for framespacing.
ATTR_GROUPALIGN - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Maligngroup
The groupalign attribute.
ATTR_GROUPALIGN - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Attribute for groupalign.
ATTR_HEIGHT - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mpadded
constant for height attribute.
ATTR_HEIGHT - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mspace
Attribute for height.
ATTR_HREF - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for href attribute.
ATTR_ID - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for id attribute.
ATTR_LARGEOP - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute name of the largeop property.
ATTR_LINEBREAK - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mspace
Attribute for linebreak.
ATTR_LINETHICKNESS - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mfrac
Attribute name of the linethickness property.
ATTR_LQUOTE - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Ms
Attribute for lquote.
ATTR_LSPACE - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mpadded
constant for lspace attribute.
ATTR_LSPACE - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute for lspace.
ATTR_MACROS - Static variable in class net.sourceforge.jeuclid.elements.generic.MathImpl
attribute for macros.
ATTR_MATHBACKGROUND - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
The mathbackground attribute.
ATTR_MATHCOLOR - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for mathcolor attribute.
ATTR_MATHSIZE - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for mathsize attribute.
ATTR_MATHVARIANT - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for mathvariant attribute.
ATTR_MAXSIZE - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute for max size.
ATTR_MINLABELSPACING - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for minlabelspacing.
ATTR_MINSIZE - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute for min size.
ATTR_MOVABLELIMITS - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute for moveable limits.
ATTR_MOVEABLEWRONG - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Wrong attribute name for movable limits.
ATTR_NOTATION - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Menclose
The notation attribute.
ATTR_NUMALIGN - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mfrac
The numalign attribute.
ATTR_OPEN - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mfenced
The open attribute.
ATTR_ROWALIGN - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Attribute for rowalign.
ATTR_ROWLINES - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for rowlines.
ATTR_ROWSPACING - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for rowspacing.
ATTR_ROWSPAN - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtd
attribute for rowspan.
ATTR_RQUOTE - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Ms
Attribute for rquote.
ATTR_RSPACE - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute for rspace.
ATTR_SCRIPTLEVEL - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mstyle
Attribute for scriptlevel.
ATTR_SCRIPTMINSIZE - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mstyle
Attribute for scriptminsize.
ATTR_SCRIPTSIZEMULTIPLIER - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mstyle
Attribute for scriptsizemultiplier.
ATTR_SEPARATOR - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute for separator.
ATTR_SEPARATORS - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mfenced
The separators attribute.
ATTR_SIDE - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for side.
ATTR_STRETCHY - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute name of the stretchy property.
ATTR_STYLE - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for style attribute.
ATTR_SUBSCRIPTSHIFT - Static variable in class net.sourceforge.jeuclid.elements.presentation.script.AbstractScriptElement
attribute for subscriptshift.
ATTR_SUPERSCRIPTSHIFT - Static variable in class net.sourceforge.jeuclid.elements.presentation.script.AbstractScriptElement
attribute for superscriptshift.
ATTR_SYMMETRIC - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Attribute name of the symmetric property.
ATTR_WIDTH - Static variable in class net.sourceforge.jeuclid.elements.presentation.general.Mpadded
constant for width attribute.
ATTR_WIDTH - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
attribute for width.
ATTR_WIDTH - Static variable in class net.sourceforge.jeuclid.elements.presentation.token.Mspace
Attribute for width.
ATTR_XREF - Static variable in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Constant for xref attribute.
AttributeMap - Interface in net.sourceforge.jeuclid.elements.support.attributes
Generic interface to access XML attributes.
AttributesHelper - Class in net.sourceforge.jeuclid.elements.support.attributes
Class contains utility methods for working with elements attributes.

B

BatikConverter - Class in net.sourceforge.jeuclid.converter
supports conversion to SVG output through Batik.
BatikDetector - Class in net.sourceforge.jeuclid.converter
Detects if Batik is in the class path and registers it if its available.
BOLD - Static variable in class net.sourceforge.jeuclid.elements.support.attributes.MathVariant
Mathvariant constant.
BOLD_FRAKTUR - Static variable in class net.sourceforge.jeuclid.elements.support.attributes.MathVariant
Mathvariant constant.
BOLD_ITALIC - Static variable in class net.sourceforge.jeuclid.elements.support.attributes.MathVariant
Mathvariant constant.
BOLD_SANS_SERIF - Static variable in class net.sourceforge.jeuclid.elements.support.attributes.MathVariant
Mathvariant constant.
BOLD_SCRIPT - Static variable in class net.sourceforge.jeuclid.elements.support.attributes.MathVariant
Mathvariant constant.

C

cacheFont(Font) - Method in class net.sourceforge.jeuclid.font.DefaultFontFactory
Actually stores a font in the cache.
caclulateAscentHeightWithSuper(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.AbstractSubSuper
Calculate the ascent height, taking a super element into account.
caclulateDescentHeightWithSub(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.AbstractSubSuper
Calculate the descent height, taking a sub element into account.
calculateAlignmentGroups(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Method calculates widths of alignment elements.
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.AbstractElementWithDelegates
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.AbstractInvisibleJEuclidElement
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in interface net.sourceforge.jeuclid.elements.JEuclidElement
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.AbstractRoot
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.AbstractRowLike
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.Mfrac
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.Mphantom
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.AbstractUnderOver
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Mmultiscripts
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Msub
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Msubsup
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Msup
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtr
Returns the current height of the upper part of this component from the baseline.
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.token.AbstractTokenWithTextLayout
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Returns the current height of the upper part (over the base line).
calculateAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.token.Mspace
Returns the current height of the upper part (over the base line).
calculateChildrenAscentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.AbstractMathElementWithChildren
Calculates the ascent height of all contained children children.
calculateChildrenDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.AbstractMathElementWithChildren
Calculates the descent height of all contained children children.
calculateChildrenWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.AbstractMathElementWithChildren
Calculates the width of all contained children.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.AbstractElementWithDelegates
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.AbstractInvisibleJEuclidElement
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in interface net.sourceforge.jeuclid.elements.JEuclidElement
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.AbstractRoot
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.AbstractRowLike
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.Mfrac
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.Mphantom
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.AbstractUnderOver
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Mmultiscripts
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Msub
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Msubsup
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Msup
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtr
Returns the current height of the lower part of this component from the baseline.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.token.AbstractTokenWithTextLayout
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Calculates descent height (under the base line) of the element.
calculateDescentHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.token.Mspace
Calculates descent height (under the base line) of the element.
calculateHeight(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Calculates the current height of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.AbstractElementWithDelegates
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.AbstractInvisibleJEuclidElement
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.AbstractRoot
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.AbstractRowLike
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.Mfrac
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.general.Mphantom
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.AbstractUnderOver
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Mmultiscripts
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Msub
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Msubsup
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.script.Msup
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Maligngroup
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Malignmark
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtr
Return the current width of this element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.token.AbstractTokenWithTextLayout
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Caculates width of the element.
calculateWidth(Graphics2D) - Method in class net.sourceforge.jeuclid.elements.presentation.token.Mspace
Caculates width of the element.
changeHook() - Method in class net.sourceforge.jeuclid.dom.AbstractChangeTrackingElement
Called on any change.
changeHook() - Method in class net.sourceforge.jeuclid.elements.AbstractElementWithDelegates
Called on any change.
changeHook() - Method in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Called on any change.
changeHook() - Method in class net.sourceforge.jeuclid.elements.presentation.script.Mmultiscripts
Called on any change.
changeHook() - Method in class net.sourceforge.jeuclid.elements.presentation.token.AbstractTokenWithTextLayout
Called on any change.
changeHook() - Method in class net.sourceforge.jeuclid.elements.presentation.token.Mi
Called on any change.
changeHook() - Method in class net.sourceforge.jeuclid.elements.presentation.token.Mo
Called on any change.
ChangeTrackingInterface - Interface in net.sourceforge.jeuclid.dom
Interface for nodes which are capable of tracking changes.
characters(char[], int, int) - Method in class net.sourceforge.jeuclid.SAXBuilder
Receive notification of character data.
CharConverter - Class in net.sourceforge.jeuclid.elements.support.text
class for char converting.
cloneNode(boolean) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl
COLOR_TRANSPARENT - Static variable in class net.sourceforge.jeuclid.elements.support.attributes.AttributesHelper
Constant for "Transparent" color.
colorTOsRGBString(Color) - Static method in class net.sourceforge.jeuclid.elements.support.attributes.AttributesHelper
Creates a re-parsable string representation of the given color.
CommandLineParser - Class in net.sourceforge.jeuclid.app.support
This class contains a command line parser for JEuclid apps.
CommandLineParser.ParseResults - Class in net.sourceforge.jeuclid.app.support
Results from command line parsing.
CommandLineParser.ParseResults(File, File, Map<ParameterKey, String>) - Constructor for class net.sourceforge.jeuclid.app.support.CommandLineParser.ParseResults
Construct a ParseResults Object.
compareDocumentPosition(Node) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialNodeImpl
convert(MathBase, OutputStream) - Method in class net.sourceforge.jeuclid.converter.BatikConverter
Write the given MathBase object with its rendering parameters into the given output stream.
convert(File, File, String) - Static method in class net.sourceforge.jeuclid.Converter
Converts an existing file from MathML or ODF to the given type.
convert(File, File, Map<ParameterKey, String>) - Static method in class net.sourceforge.jeuclid.Converter
Converts an existing file from MathML or ODF to the given type.
convert(Document, File, Map<ParameterKey, String>) - Static method in class net.sourceforge.jeuclid.Converter
Converts an existing file from MathML or ODF to the given type.
convert(File, File, String) - Method in class net.sourceforge.jeuclid.converter.Converter
Converts an existing file from MathML or ODF to the given type.
convert(File, File, Map<ParameterKey, String>) - Method in class net.sourceforge.jeuclid.converter.Converter
Converts an existing file from MathML or ODF to the given type.
convert(Node, File, Map<ParameterKey, String>) - Method in class net.sourceforge.jeuclid.converter.Converter
Converts an existing file from MathML or ODF to the given type.
convert(Node, OutputStream, Map<ParameterKey, String>) - Method in class net.sourceforge.jeuclid.converter.Converter
Converts an existing file from MathML or ODF to the given type.
convert(MathBase, OutputStream) - Method in interface net.sourceforge.jeuclid.converter.ConverterPlugin
Write the given MathBase object with its rendering parameters into the given output stream.
convert(MathBase, OutputStream) - Method in class net.sourceforge.jeuclid.converter.FreeHepConverter
Write the given MathBase object with its rendering parameters into the given output stream.
convert(MathBase, OutputStream) - Method in class net.sourceforge.jeuclid.converter.ImageIOConverter
Write the given MathBase object with its rendering parameters into the given output stream.
convertEarly(String) - Static method in class net.sourceforge.jeuclid.elements.support.text.CharConverter
 
Converter - Class in net.sourceforge.jeuclid
Utility class for conversion from MathML to other formats.
Converter - Class in net.sourceforge.jeuclid.converter
Generic converter which uses the registry to do its conversions.
ConverterPlugin - Interface in net.sourceforge.jeuclid.converter
Describes an Image converter.
ConverterRegistry - Class in net.sourceforge.jeuclid.converter
A registry for image converters.
convertLate(String) - Static method in class net.sourceforge.jeuclid.elements.support.text.CharConverter
 
convertSizeToPt(String, JEuclidNode, String) - Static method in class net.sourceforge.jeuclid.elements.support.attributes.AttributesHelper
Translates size into pt.
convertStringtoAttributedString(String, MathVariant, float, MathBase) - Static method in class net.sourceforge.jeuclid.elements.support.text.StringUtil
Converts a given String to an attributed string with the proper variants set.
createAttribute(String) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl
createAttributeNS(String, String) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl
createCDATASection(String) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl
createComment(String) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl
createDelegates() - Method in class net.sourceforge.jeuclid.elements.AbstractElementWithDelegates
Overwrite this function in your implementation.
createDelegates() - Method in class net.sourceforge.jeuclid.elements.presentation.enlivening.Maction
Overwrite this function in your implementation.
createDelegates() - Method in class net.sourceforge.jeuclid.elements.presentation.general.Menclose
Overwrite this function in your implementation.
createDelegates() - Method in class net.sourceforge.jeuclid.elements.presentation.general.Mfenced
Overwrite this function in your implementation.
createDocumentBuilder() - Static method in class net.sourceforge.jeuclid.MathMLParserSupport
Creates a DocumentBuilder that can be used to parse MathML documents into a standard DOM model.
createDocumentFragment() - Method in class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl
createElement(String) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl
createElementNS(String, String) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl
createEntityReference(String) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl
createFont(float, char, MathBase) - Method in class net.sourceforge.jeuclid.elements.support.attributes.MathVariant
Create a font for the given attributes.
createListOfChildren(Node) - Static method in class net.sourceforge.jeuclid.elements.support.ElementListSupport
Creates a list of children for the given MathElement.
createMathBase(Source, Map<ParameterKey, String>) - Method in class net.sourceforge.jeuclid.parser.MathBaseFactory
Parse an input source and return the MathBase object.
createMathBaseFromDocument(Node, Map<ParameterKey, String>) - Static method in class net.sourceforge.jeuclid.MathMLParserSupport
Parse an input file and return the MathBase object.
createMathBaseFromFile(File, Map<ParameterKey, String>) - Static method in class net.sourceforge.jeuclid.MathMLParserSupport
Parse an input file and return the MathBase object.
createMathMLDocument() - Method in interface org.w3c.dom.mathml.MathMLDOMImplementation
Creates a MathMLDocument with a minimal tree containing only a MathMLMathElement corresponding to a MathML math element.
createProcessingInstruction(String, String) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl
createTextLayoutFromAttributedString(Graphics2D, AttributedString, MathBase) - Static method in class net.sourceforge.jeuclid.elements.support.text.StringUtil
Safely creates a Text Layout from an attributed string.
createTextNode(String) - Method in class net.sourceforge.jeuclid.dom.AbstractPartialDocumentImpl

D

debug(Graphics2D, float, float) - Method in class net.sourceforge.jeuclid.elements.AbstractJEuclidElement
Paints a border around this element as debug information.
DEFAULT_COLUMNSPACING - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Default column spacing.
DEFAULT_FONTSIZE - Static variable in class net.sourceforge.jeuclid.MathBase
Default font size.
DEFAULT_ROWSPACING - Static variable in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
Default row spacing.
DefaultFontFactory - Class in net.sourceforge.jeuclid.font
Concrete FontFactory implementation that does simple caching of Fonts loaded via Font.createFont(int, File) APIs.
Defense - Class in net.sourceforge.jeuclid
Internal class for defensive programming.
deleteAnnotation(int) - Method in class net.sourceforge.jeuclid.content.semantic.Semantics
A convenience method to delete the index-th alternate content associated with this semantics element.
deleteAnnotation(int) - Method in interface org.w3c.dom.mathml.MathMLSemanticsElement
A convenience method to delete the index-th alternate content associated with this semantics element.
deleteArgument(int) - Method in class net.sourceforge.jeuclid.elements.presentation.AbstractContainer
This method deletes the index-th child element that is an argument of this element.
deleteArgument(int) - Method in interface org.w3c.dom.mathml.MathMLContainer
This method deletes the index-th child element that is an argument of this element.
deleteArgument(int) - Method in interface org.w3c.dom.mathml.MathMLContentToken
A convenience method to delete the argument child located at the position referenced by index.
deleteBoundVariable(int) - Method in interface org.w3c.dom.mathml.MathMLContentContainer
This method deletes the index-th MathMLBvarElement child of the MathMLElement.
deleteCase(int) - Method in interface org.w3c.dom.mathml.MathMLPiecewiseElement
A convenience method to delete the child piece at the position referenced by index.
deleteCell(int) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtr
A convenience method to delete a cell in the row.
deleteCell(int) - Method in interface org.w3c.dom.mathml.MathMLTableRowElement
A convenience method to delete a cell in the row.
deleteComponent(int) - Method in interface org.w3c.dom.mathml.MathMLVectorElement
A convenience method to delete an element.
deleteData(int, int) - Method in class net.sourceforge.jeuclid.dom.PartialTextImpl
deleteDeclaration(int) - Method in class net.sourceforge.jeuclid.elements.presentation.AbstractContainer
This method deletes the MathMLDeclareElement representing the index-th declare child element of this element.
deleteDeclaration(int) - Method in interface org.w3c.dom.mathml.MathMLContainer
This method deletes the MathMLDeclareElement representing the index-th declare child element of this element.
deleteEntry(int) - Method in interface org.w3c.dom.mathml.MathMLMatrixrowElement
A convenience method to delete an entry.
deleteRow(int) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
deleteRow(long) - Method in class net.sourceforge.jeuclid.elements.presentation.table.Mtable
A convenience method to delete the row of the table at the specified index.
deleteRow(int) - Method in interface org.w3c.dom.mathml.MathMLMatrixElement
A convenience method to delete a row.
deleteRow(long) - Method in interface org.w3c.dom.mathml.MathMLTableElement
A convenience method to delete the row of the table at the specified index.
detectConversionPlugins(ConverterRegistry) - Static method in class net.sourceforge.jeuclid.converter.BatikDetector
Detects if Batik is in the classpath.
detectConversionPlugins(ConverterRegistry) - Static method in class net.sourceforge.jeuclid.converter.FreeHepDetector
Detects if FreeHep is in the classpath.
detectConversionPlugins(ConverterRegistry) - Static method in class net.sourceforge.jeuclid.converter.ImageIODetector
Detects and registers all converters available through ImageIO.
DICTIONARY_FILE - Static variable in class net.sourceforge.jeuclid.elements.support.operatordict.OperatorDictionary
MathML dictionary resource.
DictionaryException - Exception in net.sourceforge.jeuclid.elements.support.operatordict
Exception during loading from dictionary.
DictionaryException(String) - Constructor for exception net.sourceforge.jeuclid.elements.support.operatordict.DictionaryException
Default constructor.
DictionaryException(String, Throwable) - Constructor for exception net.sourceforge.jeuclid.elements.support.operatordict.