|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.fop.render.afp.modca.AbstractAFPObject
org.apache.fop.render.afp.modca.MapPageOverlay
The Map Page Overlay structured field maps a Resource Local ID to the name of a Begin Overlay structured field. A Map Page Overlay structured field may contain from one to 254 repeating groups.
Field Summary |
Fields inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject |
log |
Constructor Summary | |
MapPageOverlay()
Constructor for the Map Page Overlay |
Method Summary | |
void |
addOverlay(java.lang.String name)
Add an overlay to to the map page overlay object. |
void |
writeDataStream(java.io.OutputStream os)
Accessor method to write the AFP datastream for the Map Page Overlay |
Methods inherited from class org.apache.fop.render.afp.modca.AbstractAFPObject |
writeObjectList |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MapPageOverlay()
Method Detail |
public void addOverlay(java.lang.String name) throws MaximumSizeExceededException
name
- The name of the overlay.
MaximumSizeExceededException
- if the maximum size is reachedpublic void writeDataStream(java.io.OutputStream os) throws java.io.IOException
writeDataStream
in class AbstractAFPObject
os
- The stream to write to
java.io.IOException
- if an I/O exception occurred
|
fop 0.95 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |