net.sourceforge.jeuclid.fop
Class JEuclidElement

java.lang.Object
  extended by org.apache.fop.fo.FONode
      extended by org.apache.fop.fo.XMLObj
          extended by net.sourceforge.jeuclid.fop.JEuclidObj
              extended by net.sourceforge.jeuclid.fop.JEuclidElement
All Implemented Interfaces:
Cloneable, EventListener, org.apache.fop.util.ContentHandlerFactory.ObjectBuiltListener

public class JEuclidElement
extends JEuclidObj

Defines the top-level element for MathML.

Version:
$Revision: 38db1a498ca5 $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.fop.fo.FONode
org.apache.fop.fo.FONode.FONodeIterator
 
Field Summary
 
Fields inherited from class org.apache.fop.fo.XMLObj
doc, element, name
 
Fields inherited from class org.apache.fop.fo.FONode
FO_URI, FOX_URI, locator, log, parent, siblings
 
Constructor Summary
JEuclidElement(org.apache.fop.fo.FONode parent)
          Default constructor.
 
Method Summary
protected  org.apache.fop.fo.PropertyList createPropertyList(org.apache.fop.fo.PropertyList pList, org.apache.fop.fo.FOEventHandler foEventHandler)
          
 Point2D getDimension(Point2D view)
          
 org.apache.fop.datatypes.Length getIntrinsicAlignmentAdjust()
          
 void processNode(String elementName, Locator locator, Attributes attlist, org.apache.fop.fo.PropertyList propertyList)
          
 
Methods inherited from class net.sourceforge.jeuclid.fop.JEuclidObj
getNamespaceURI, getNormalNamespacePrefix
 
Methods inherited from class org.apache.fop.fo.XMLObj
addCharacters, addChildNode, addElement, buildTopLevel, createBasicDocument, getDOMDocument, getLocalName, notifyObjectBuilt, validateChildNode
 
Methods inherited from class org.apache.fop.fo.FONode
attachSiblings, attributeError, attributeWarning, bind, canHaveMarkers, charIterator, clone, clone, decorateWithContextInfo, endOfNode, errorText, gatherContextInfo, getChildNodes, getChildNodes, getContentHandlerFactory, getContextInfo, getExtensionAttachment, getFOEventHandler, getLocator, getLocatorString, getLogger, getName, getName, getNameId, getNodeString, getParent, getRoot, getUserAgent, inMarker, invalidChildError, invalidChildError, missingChildElementError, missingPropertyError, nodesOutOfOrderError, removeChild, setLocator, startOfNode, tooManyNodesError, tooManyNodesError, validateChildNode, warningText
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JEuclidElement

public JEuclidElement(org.apache.fop.fo.FONode parent)
Default constructor.

Parameters:
parent - Parent Node in the FO tree.
Method Detail

processNode

public void processNode(String elementName,
                        Locator locator,
                        Attributes attlist,
                        org.apache.fop.fo.PropertyList propertyList)
                 throws org.apache.fop.apps.FOPException

Overrides:
processNode in class org.apache.fop.fo.XMLObj
Throws:
org.apache.fop.apps.FOPException

getDimension

public Point2D getDimension(Point2D view)

Overrides:
getDimension in class org.apache.fop.fo.XMLObj

getIntrinsicAlignmentAdjust

public org.apache.fop.datatypes.Length getIntrinsicAlignmentAdjust()

Overrides:
getIntrinsicAlignmentAdjust in class org.apache.fop.fo.XMLObj

createPropertyList

protected org.apache.fop.fo.PropertyList createPropertyList(org.apache.fop.fo.PropertyList pList,
                                                            org.apache.fop.fo.FOEventHandler foEventHandler)
                                                     throws org.apache.fop.apps.FOPException

Overrides:
createPropertyList in class org.apache.fop.fo.FONode
Throws:
org.apache.fop.apps.FOPException


Copyright © 2002-2010 The JEuclid project. All Rights Reserved.