fop 0.95

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

java.lang.Object
  extended by org.apache.fop.render.afp.modca.AbstractAFPObject
      extended by org.apache.fop.render.afp.modca.MapPageOverlay

public class MapPageOverlay
extends AbstractAFPObject

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

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 - if the maximum size is reached

writeDataStream

public void writeDataStream(java.io.OutputStream os)
                     throws java.io.IOException
Accessor method to write the AFP datastream for the Map Page Overlay

Specified by:
writeDataStream in class AbstractAFPObject
Parameters:
os - The stream to write to
Throws:
java.io.IOException - if an I/O exception occurred

fop 0.95

Copyright 1999-2008 The Apache Software Foundation. All Rights Reserved.