org.apache.fop.render.afp.modca
public class MapPageOverlay extends AbstractAFPObject
log| Constructor and Description |
|---|
MapPageOverlay()
Constructor for the Map Page Overlay
|
| Modifier and Type | Method and Description |
|---|---|
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
|
writeObjectListpublic 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 AbstractAFPObjectos - The stream to write tojava.io.IOException - if an I/O exception occurredCopyright 1999-2008 The Apache Software Foundation. All Rights Reserved.