org.apache.fop.render.afp.modca
Class MapPageOverlay
public class 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.
void | addOverlay(String name) - Add an overlay to to the map page overlay object.
|
void | writeDataStream(OutputStream os) - Accessor method to write the AFP datastream for the Map Page Overlay
|
MapPageOverlay
public MapPageOverlay()
Constructor for the Map Page Overlay
addOverlay
public void addOverlay(String name)
throws MaximumSizeExceededException
Add an overlay to to the map page overlay object.
name
- The name of the overlay.
writeDataStream
public void writeDataStream(OutputStream os)
throws IOException
Accessor method to write the AFP datastream for the Map Page Overlay
- writeDataStream in interface AbstractAFPObject
os
- The stream to write to
Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.