Uses of Class org.apache.fop.layoutmgr.Position

Uses in package org.apache.fop.layoutmgr.table

Methods with parameter type org.apache.fop.layoutmgr.Position

void
Reset the position of this layout manager.
void
Reset the layout position.
void
Reset the position of the layout.
void
Reset the position of this layout manager.

Uses in package org.apache.fop.layoutmgr.list

Methods with parameter type org.apache.fop.layoutmgr.Position

void
Reset the position of this layout manager.
void
Reset the position of the layout.
void
Reset the position of this layout manager.

Uses in package org.apache.fop.layoutmgr.inline

Constructors with parameter type org.apache.fop.layoutmgr.Position

KnuthInlineBox.KnuthInlineBox(int w, AlignmentContext alignmentContext, Position pos, boolean bAux)
Create a new KnuthBox.

Methods with parameter type org.apache.fop.layoutmgr.Position

void
void
CharacterLayoutManager.getWordChars(StringBuffer sbChars, Position bp)
void
ContentLayoutManager.getWordChars(StringBuffer sbChars, Position pos)
void
InlineLevelLayoutManager.getWordChars(StringBuffer sbChars, Position pos)
Get the word chars corresponding to the given position
void
void
LeafNodeLayoutManager.getWordChars(StringBuffer sbChars, Position pos)
void
TextLayoutManager.getWordChars(StringBuffer sbChars, Position pos)
void
void
void
Tell the LM to hyphenate a word
void
void
void
void
Position
void
void
Reset position for returning next BreakPossibility.
void
Reset the positions to the given position.
void
Reset position for returning next BreakPossibility.

Methods with return type org.apache.fop.layoutmgr.Position

Position
Position
Position
Position

Uses in package org.apache.fop.layoutmgr

Classes derived from org.apache.fop.layoutmgr.Position

class
class
class
class
class
Position class for break possibilities.
class
Position class for no-break situations.

Constructors with parameter type org.apache.fop.layoutmgr.Position

BorderElement.BorderElement(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context)
Main constructor
BorderOrPaddingElement.BorderOrPaddingElement(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context)
Main constructor
BreakElement.BreakElement(Position position, int penaltyWidth, int penaltyValue, int breakClass, LayoutContext context)
Constructor for hard breaks.
BreakElement.BreakElement(Position position, int penaltyValue, LayoutContext context)
Main constructor
KnuthBlockBox.KnuthBlockBox(int w, LinkedList list, Position pos, boolean bAux)
Creates a new box.
KnuthBlockBox.KnuthBlockBox(int w, MinOptMax range, int bpdim, Position pos, boolean bAux)
Creates a new box.
KnuthBox.KnuthBox(int w, Position pos, boolean bAux)
Create a new KnuthBox.
KnuthElement.KnuthElement(int w, Position pos, boolean bAux)
Create a new KnuthElement.
KnuthGlue.KnuthGlue(int w, int y, int z, int iAdjClass, Position pos, boolean bAux)
KnuthGlue.KnuthGlue(int w, int y, int z, Position pos, boolean bAux)
Create a new KnuthGlue.
KnuthPenalty.KnuthPenalty(int w, int p, boolean f, int iBreakClass, Position pos, boolean bAux)
Create a new KnuthPenalty.
KnuthPenalty.KnuthPenalty(int w, int p, boolean f, Position pos, boolean bAux)
Create a new KnuthPenalty.
Main constructor
PaddingElement.PaddingElement(Position position, CondLengthProperty condLength, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context)
Main constructor
SpaceElement.SpaceElement(Position position, SpaceProperty space, RelSide side, boolean isFirst, boolean isLast, PercentBaseContext context)
Main constructor
Main constructor
UnresolvedListElementWithLength.UnresolvedListElementWithLength(Position position, MinOptMax length, RelSide side, boolean conditional, boolean isFirst, boolean isLast)
Main constructor

Methods with parameter type org.apache.fop.layoutmgr.Position

AbstractBreaker.BlockSequence
KnuthSequence
Finalizes a Knuth sequence.
boolean
Indicates whether the given Position is the first area-generating Position of this LM.
boolean
Indicates whether the given Position is the last area-generating Position of this LM.
Position
Adds a Position to the Position participating in the first|last determination by assigning it a unique position index.
Position
Adds a Position to the Position participating in the first|last determination by assigning it a unique position index.
void
Reset the layoutmanager "iterator" so that it will start with the passed Position's generating LM on the next call to getChildLM.
void
void
void
void
void
Reset to the position.
void
Change the Position stored in this element.

Methods with return type org.apache.fop.layoutmgr.Position

Position
Position
Position
Position
KnuthPossPosIter.getPos(Object nextObj)
Position
PositionIterator.getPos(Object nextObj)
Position
Position
Overridden by NonLeafPosition to return the Position of its child LM.
Position
Overridden by NonLeafPosition to return the Position of its child LM.
Position
Adds a Position to the Position participating in the first|last determination by assigning it a unique position index.
Position
Adds a Position to the Position participating in the first|last determination by assigning it a unique position index.

Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.