|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InlineLevelEventProducer
Event producer interface for inline-level layout managers.
Nested Class Summary | |
---|---|
static class |
InlineLevelEventProducer.Provider
Provider class for the event producer. |
Method Summary | |
---|---|
void |
leaderWithoutContent(java.lang.Object source,
org.xml.sax.Locator loc)
fo:leader with "use-content" but without children. |
void |
lineOverflows(java.lang.Object source,
int line,
int overflowLength,
org.xml.sax.Locator loc)
A line overflows. |
Method Detail |
---|
void leaderWithoutContent(java.lang.Object source, org.xml.sax.Locator loc)
source
- the event sourceloc
- the location of the error or nullvoid lineOverflows(java.lang.Object source, int line, int overflowLength, org.xml.sax.Locator loc)
source
- the event sourceline
- the number numberoverflowLength
- the length by which the content overflows the available space (in mpt)loc
- the location of the error or null
|
fop 1.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |