Uses of Interface
net.sourceforge.jeuclid.layout.LayoutView

Packages that use LayoutView
net.sourceforge.jeuclid.elements Provides support for generic MathML elements. 
net.sourceforge.jeuclid.elements.generic Provides support for MathML elements. 
net.sourceforge.jeuclid.elements.presentation.general General Layout Schemata presentation element support (3.3). 
net.sourceforge.jeuclid.elements.presentation.script Script and Limit Schemata presentation element support (3.4). 
net.sourceforge.jeuclid.elements.presentation.table Tables and Matrices presentation element support (3.5). 
net.sourceforge.jeuclid.elements.presentation.token Token Elements presentation element support (3.2). 
net.sourceforge.jeuclid.elements.support Element handling support. 
net.sourceforge.jeuclid.layout Contains the layout classes. 
 

Uses of LayoutView in net.sourceforge.jeuclid.elements
 

Methods in net.sourceforge.jeuclid.elements with parameters of type LayoutView
 void AbstractJEuclidElement.layoutStage1(LayoutView view, LayoutInfo info, LayoutStage childMinStage, LayoutContext context)
          context insensitive layout.
 void AbstractJEuclidElement.layoutStage2(LayoutView view, LayoutInfo info, LayoutContext context)
          context sensitive layout.
protected  void AbstractJEuclidElement.layoutStageInvariant(LayoutView view, LayoutInfo info, LayoutStage stage, LayoutContext context)
          Layout for elements which are stage independent.
 

Uses of LayoutView in net.sourceforge.jeuclid.elements.generic
 

Methods in net.sourceforge.jeuclid.elements.generic with parameters of type LayoutView
 void DocumentElement.layoutStage1(LayoutView view, LayoutInfo info, LayoutStage childMinStage, LayoutContext context)
          context insensitive layout.
 void DocumentElement.layoutStage2(LayoutView view, LayoutInfo info, LayoutContext context)
          context sensitive layout.
 

Uses of LayoutView in net.sourceforge.jeuclid.elements.presentation.general
 

Methods in net.sourceforge.jeuclid.elements.presentation.general with parameters of type LayoutView
protected  void Mfrac.layoutStageInvariant(LayoutView view, LayoutInfo info, LayoutStage stage, LayoutContext context)
          Layout for elements which are stage independent.
protected  void AbstractRoot.layoutStageInvariant(LayoutView view, LayoutInfo info, LayoutStage stage, LayoutContext context)
          Layout for elements which are stage independent.
 

Uses of LayoutView in net.sourceforge.jeuclid.elements.presentation.script
 

Methods in net.sourceforge.jeuclid.elements.presentation.script with parameters of type LayoutView
protected  void Mmultiscripts.layoutStageInvariant(LayoutView view, LayoutInfo info, LayoutStage stage, LayoutContext context)
          Layout for elements which are stage independent.
protected  void AbstractUnderOver.layoutStageInvariant(LayoutView view, LayoutInfo info, LayoutStage stage, LayoutContext context)
          Layout for elements which are stage independent.
protected  void AbstractSubSuper.layoutStageInvariant(LayoutView view, LayoutInfo info, LayoutStage stage, LayoutContext context)
          Layout for elements which are stage independent.
 

Uses of LayoutView in net.sourceforge.jeuclid.elements.presentation.table
 

Methods in net.sourceforge.jeuclid.elements.presentation.table with parameters of type LayoutView
 void Mtable.layoutStageInvariant(LayoutView view, LayoutInfo info, LayoutStage stage, LayoutContext context)
          Layout for elements which are stage independent.
 

Uses of LayoutView in net.sourceforge.jeuclid.elements.presentation.token
 

Methods in net.sourceforge.jeuclid.elements.presentation.token with parameters of type LayoutView
 void Mo.layoutStage1(LayoutView view, LayoutInfo info, LayoutStage childMinStage, LayoutContext context)
          context insensitive layout.
 void Mo.layoutStage2(LayoutView view, LayoutInfo info, LayoutContext context)
          context sensitive layout.
protected  void Mspace.layoutStageInvariant(LayoutView view, LayoutInfo info, LayoutStage stage, LayoutContext context)
          Layout for elements which are stage independent.
 void AbstractTokenWithTextLayout.layoutStageInvariant(LayoutView view, LayoutInfo info, LayoutStage stage, LayoutContext context)
          Layout for elements which are stage independent.
 

Uses of LayoutView in net.sourceforge.jeuclid.elements.support
 

Methods in net.sourceforge.jeuclid.elements.support with parameters of type LayoutView
static void ElementListSupport.fillInfoFromChildren(LayoutView view, LayoutInfo info, Node parent, LayoutStage stage, Dimension2D borderLeftTop, Dimension2D borderRightBottom)
           
static void ElementListSupport.layoutSequential(LayoutView view, LayoutInfo info, List<LayoutableNode> children, LayoutStage stage)
           
 

Uses of LayoutView in net.sourceforge.jeuclid.layout
 

Classes in net.sourceforge.jeuclid.layout that implement LayoutView
 class JEuclidView
           
 

Methods in net.sourceforge.jeuclid.layout with parameters of type LayoutView
 void LayoutableNode.layoutStage1(LayoutView view, LayoutInfo info, LayoutStage childMinStage, LayoutContext context)
          context insensitive layout.
 void LayoutableNode.layoutStage2(LayoutView view, LayoutInfo info, LayoutContext context)
          context sensitive layout.
 



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