Uses of Class
net.sourceforge.jeuclid.layout.LayoutStage

Packages that use LayoutStage
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.elements.support.attributes Attribute handling support. 
net.sourceforge.jeuclid.layout Contains the layout classes. 
 

Uses of LayoutStage in net.sourceforge.jeuclid.elements
 

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

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

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

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

Methods in net.sourceforge.jeuclid.elements.presentation.general with parameters of type LayoutStage
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 LayoutStage in net.sourceforge.jeuclid.elements.presentation.script
 

Methods in net.sourceforge.jeuclid.elements.presentation.script with parameters of type LayoutStage
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 LayoutStage in net.sourceforge.jeuclid.elements.presentation.table
 

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

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

Methods in net.sourceforge.jeuclid.elements.presentation.token with parameters of type LayoutStage
 void Mo.layoutStage1(LayoutView view, LayoutInfo info, LayoutStage childMinStage, LayoutContext context)
          context insensitive 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 LayoutStage in net.sourceforge.jeuclid.elements.support
 

Methods in net.sourceforge.jeuclid.elements.support with parameters of type LayoutStage
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 LayoutStage in net.sourceforge.jeuclid.elements.support.attributes
 

Methods in net.sourceforge.jeuclid.elements.support.attributes with parameters of type LayoutStage
 float HAlign.getHAlignOffset(LayoutStage stage, LayoutInfo info, float width)
          Retrieve H-Align offset.
 

Uses of LayoutStage in net.sourceforge.jeuclid.layout
 

Methods in net.sourceforge.jeuclid.layout that return LayoutStage
 LayoutStage LayoutInfoImpl.getLayoutStage()
          The LayoutStage this element represents.
 LayoutStage LayoutInfo.getLayoutStage()
          The LayoutStage this element represents.
static LayoutStage LayoutStage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LayoutStage[] LayoutStage.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.jeuclid.layout with parameters of type LayoutStage
 float LayoutInfoImpl.getAscentHeight(LayoutStage stage)
          Returns the current height of the upper part of this component from the baseline.
 float LayoutInfo.getAscentHeight(LayoutStage stage)
          Returns the current height of the upper part of this component from the baseline.
 float LayoutInfoImpl.getDescentHeight(LayoutStage stage)
          Returns the current height of the lower part of this component from the baseline.
 float LayoutInfo.getDescentHeight(LayoutStage stage)
          Returns the current height of the lower part of this component from the baseline.
 float LayoutInfoImpl.getHorizontalCenterOffset(LayoutStage stage)
          Retrieve the X-position of the horizontal center of the content.
 float LayoutInfo.getHorizontalCenterOffset(LayoutStage stage)
          Retrieve the X-position of the horizontal center of the content.
 float LayoutInfoImpl.getPosX(LayoutStage stage)
          Retrieve the X position of this element relative to its parent.
 float LayoutInfo.getPosX(LayoutStage stage)
          Retrieve the X position of this element relative to its parent.
 float LayoutInfoImpl.getPosY(LayoutStage stage)
          Retrieve the Y position of this element relative to its parent.
 float LayoutInfo.getPosY(LayoutStage stage)
          Retrieve the Y position of this element relative to its parent.
 float LayoutInfoImpl.getWidth(LayoutStage stage)
          Returns the current width of this element.
 float LayoutInfo.getWidth(LayoutStage stage)
          Returns the current width of this element.
 void LayoutableNode.layoutStage1(LayoutView view, LayoutInfo info, LayoutStage childMinStage, LayoutContext context)
          context insensitive layout.
 void LayoutInfoImpl.moveTo(float x, float y, LayoutStage stage)
          Move this element to the given position relative to its parent.
 void LayoutInfo.moveTo(float x, float y, LayoutStage stage)
          Move this element to the given position relative to its parent.
 void LayoutInfoImpl.setAscentHeight(float ascentHeight, LayoutStage stage)
          
 void LayoutInfo.setAscentHeight(float ascentHeight, LayoutStage stage)
           
 void LayoutInfoImpl.setDescentHeight(float descentHeight, LayoutStage stage)
          
 void LayoutInfo.setDescentHeight(float descentHeight, LayoutStage stage)
           
 void LayoutInfoImpl.setHorizontalCenterOffset(float newOffset, LayoutStage stage)
          
 void LayoutInfo.setHorizontalCenterOffset(float newOffset, LayoutStage stage)
           
 void LayoutInfoImpl.setLayoutStage(LayoutStage newStage)
          
 void LayoutInfo.setLayoutStage(LayoutStage newStage)
           
 void LayoutInfoImpl.setWidth(float width, LayoutStage stage)
          
 void LayoutInfo.setWidth(float width, LayoutStage stage)
           
 void LayoutInfoImpl.shiftVertically(float offsetY, LayoutStage stage)
          Shift vertically by given offset.
 void LayoutInfo.shiftVertically(float offsetY, LayoutStage stage)
          Shift vertically by given offset.
 



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