|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LayoutInfo | |
---|---|
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 LayoutInfo in net.sourceforge.jeuclid.elements |
---|
Methods in net.sourceforge.jeuclid.elements with parameters of type LayoutInfo | |
---|---|
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 LayoutInfo in net.sourceforge.jeuclid.elements.generic |
---|
Methods in net.sourceforge.jeuclid.elements.generic with parameters of type LayoutInfo | |
---|---|
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 LayoutInfo in net.sourceforge.jeuclid.elements.presentation.general |
---|
Methods in net.sourceforge.jeuclid.elements.presentation.general with parameters of type LayoutInfo | |
---|---|
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 LayoutInfo in net.sourceforge.jeuclid.elements.presentation.script |
---|
Methods in net.sourceforge.jeuclid.elements.presentation.script with parameters of type LayoutInfo | |
---|---|
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 LayoutInfo in net.sourceforge.jeuclid.elements.presentation.table |
---|
Methods in net.sourceforge.jeuclid.elements.presentation.table with parameters of type LayoutInfo | |
---|---|
void |
Mtable.layoutStageInvariant(LayoutView view,
LayoutInfo info,
LayoutStage stage,
LayoutContext context)
Layout for elements which are stage independent. |
Uses of LayoutInfo in net.sourceforge.jeuclid.elements.presentation.token |
---|
Methods in net.sourceforge.jeuclid.elements.presentation.token with parameters of type LayoutInfo | |
---|---|
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 LayoutInfo in net.sourceforge.jeuclid.elements.support |
---|
Methods in net.sourceforge.jeuclid.elements.support with parameters of type LayoutInfo | |
---|---|
static void |
ElementListSupport.addBackground(Color backgroundColor,
LayoutInfo info,
boolean useCeil)
Add a background Rectangle for the given background color. |
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 LayoutInfo in net.sourceforge.jeuclid.elements.support.attributes |
---|
Methods in net.sourceforge.jeuclid.elements.support.attributes with parameters of type LayoutInfo | |
---|---|
float |
HAlign.getHAlignOffset(LayoutStage stage,
LayoutInfo info,
float width)
Retrieve H-Align offset. |
Uses of LayoutInfo in net.sourceforge.jeuclid.layout |
---|
Classes in net.sourceforge.jeuclid.layout that implement LayoutInfo | |
---|---|
class |
LayoutInfoImpl
|
Methods in net.sourceforge.jeuclid.layout that return LayoutInfo | |
---|---|
LayoutInfo |
LayoutView.getInfo(LayoutableNode child)
Retrieve the Info object for a given child. |
LayoutInfo |
JEuclidView.getInfo(LayoutableNode node)
Retrieve the Info object for a given child. |
Methods in net.sourceforge.jeuclid.layout with parameters of type LayoutInfo | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |