org.apache.fop.render.afp.modca
Class MapPageOverlay

java.lang.Object
  extended byorg.apache.fop.render.afp.modca.AFPObject
      extended byorg.apache.fop.render.afp.modca.MapPageOverlay

public class MapPageOverlay
extends AFPObject

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.AFPObject
LOGGER
 
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.
 byte[] getDataStream()
          Accessor method to obtain the byte array AFP datastream for the map page overlay.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapPageOverlay

public MapPageOverlay()
Constructor for the Map Page Overlay

Method Detail

addOverlay

public void addOverlay(java.lang.String name)
                throws MaximumSizeExceededException
Add an overlay to to the map page overlay object.

Parameters:
name - The name of the overlay.
Throws:
MaximumSizeExceededException

getDataStream

public byte[] getDataStream()
Accessor method to obtain the byte array AFP datastream for the map page overlay.

Specified by:
getDataStream in class AFPObject
Returns:
byte[] data stream