net.sourceforge.jeuclid.elements
Interface JEuclidNode

All Known Subinterfaces:
JEuclidElement, LayoutableDocument, LayoutableNode
All Known Implementing Classes:
AbstractContainer, AbstractElementWithDelegates, AbstractInvisibleJEuclidElement, AbstractJEuclidElement, AbstractRoot, AbstractScriptElement, AbstractSubSuper, AbstractTableElement, AbstractTableRow, AbstractTokenWithTextLayout, AbstractUnderOver, Annotation, DocumentElement, ForeignElement, Maction, Maligngroup, Malignmark, MathImpl, Menclose, Merror, Mfenced, Mfrac, Mglyph, Mi, Mlabeledtr, Mmultiscripts, Mn, Mo, Mover, Mpadded, Mphantom, Mprescripts, Mroot, Mrow, Ms, Mspace, Msqrt, Mstyle, Msub, Msubsup, Msup, Mtable, Mtd, Mtext, Mtr, Munder, Munderover, None, Semantics

public interface JEuclidNode

Generic interface for all MathNodes, including document Element.

Version:
$Revision: e257bedacb55 $

Method Summary
 LayoutContext getChildLayoutContext(int childNum, LayoutContext context)
          get the layout context for the given child.
 

Method Detail

getChildLayoutContext

LayoutContext getChildLayoutContext(int childNum,
                                    LayoutContext context)
get the layout context for the given child.

Parameters:
childNum - 0-based number of the child to check.
context - external context.
Returns:
layout context to use.


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