|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InlineLevelLayoutManager
The interface for LayoutManagers which generate inline areas
Method Summary | |
---|---|
java.util.List |
addALetterSpaceTo(java.util.List oldList)
Tell the LM to modify its data, adding a letter space to the word fragment represented by the given elements, and returning the corrected elements |
boolean |
applyChanges(java.util.List oldList)
Tell the LM to apply the changes due to hyphenation |
java.lang.String |
getWordChars(Position pos)
Get the word chars corresponding to the given position. |
void |
hyphenate(Position pos,
HyphContext hyphContext)
Tell the LM to hyphenate a word |
void |
removeWordSpace(java.util.List oldList)
Tell the LM to modify its data, removing the word space represented by the given elements |
Methods inherited from interface org.apache.fop.layoutmgr.LayoutManager |
---|
addAreas, addChildArea, addChildLM, addChildLMs, createNextChildLMs, getChangedKnuthElements, getChildLMs, getContentAreaBPD, getContentAreaIPD, getFObj, getGeneratesBlockArea, getGeneratesLineArea, getGeneratesReferenceArea, getNextKnuthElements, getNextKnuthElements, getParent, getParentArea, getPSLM, initialize, isFinished, isRestartable, notifyPos, reset, setFinished, setParent |
Methods inherited from interface org.apache.fop.datatypes.PercentBaseContext |
---|
getBaseLength |
Method Detail |
---|
java.util.List addALetterSpaceTo(java.util.List oldList)
oldList
- the elements which must be given one more letter space
void removeWordSpace(java.util.List oldList)
oldList
- the elements representing the word spacejava.lang.String getWordChars(Position pos)
pos
- the position referring to the needed word chars.void hyphenate(Position pos, HyphContext hyphContext)
pos
- the Position referring to the wordhyphContext
- the HyphContext storing hyphenation informationboolean applyChanges(java.util.List oldList)
oldList
- the list of the old elements the changes refer to
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |